Class GroupsListArg
The groups list arg object
Inheritance
System.Object
GroupsListArg
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 GroupsListArg
Constructors
| Improve this Doc View SourceGroupsListArg(UInt32)
Initializes a new instance of the GroupsListArg class.
Declaration
public GroupsListArg(uint limit = 1000U)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | limit | Number of results to return per call. |
Properties
| Improve this Doc View SourceLimit
Number of results to return per call.
Declaration
public uint Limit { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt32 |