Class ExcludedUsersListContinueArg
Excluded users list continue argument.
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ExcludedUsersListContinueArg
Constructors
View SourceExcludedUsersListContinueArg(string)
Initializes a new instance of the ExcludedUsersListContinueArg class.
Declaration
public ExcludedUsersListContinueArg(string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | Indicates from what point to get the next set of users. |
Properties
View SourceCursor
Indicates from what point to get the next set of users.
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |