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