Class ExcludedUsersListArg
Excluded users list argument.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ExcludedUsersListArg
Constructors
View SourceExcludedUsersListArg(uint)
Initializes a new instance of the ExcludedUsersListArg class.
Declaration
public ExcludedUsersListArg(uint limit = 1000)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | limit | Number of results to return per call. |
Properties
View SourceLimit
Number of results to return per call.
Declaration
public uint Limit { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |