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