Class ListTeamAppsArg
Arguments for LinkedAppsListTeamLinkedAppsAsync(ListTeamAppsArg).
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListTeamAppsArg
Constructors
View SourceListTeamAppsArg(string)
Initializes a new instance of the ListTeamAppsArg class.
Declaration
public ListTeamAppsArg(string cursor = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | At the first call to the LinkedAppsListTeamLinkedAppsAsync(ListTeamAppsArg) the cursor shouldn't be passed. Then, if the result of the call includes a cursor, the following requests should include the received cursors in order to receive the next sub list of the team applications. |
Properties
View SourceCursor
At the first call to the LinkedAppsListTeamLinkedAppsAsync(ListTeamAppsArg) the cursor shouldn't be passed. Then, if the result of the call includes a cursor, the following requests should include the received cursors in order to receive the next sub list of the team applications.
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |