Class TeamFolderListArg
The team folder list arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderListArg
Constructors
View SourceTeamFolderListArg(uint)
Initializes a new instance of the TeamFolderListArg class.
Declaration
public TeamFolderListArg(uint limit = 1000)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | limit | The maximum number of results to return per request. |
Properties
View SourceLimit
The maximum number of results to return per request.
Declaration
public uint Limit { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |