Class ListMembersAppsArg
Arguments for LinkedAppsListMembersLinkedAppsAsync(ListMembersAppsArg).
Inheritance
System.Object
ListMembersAppsArg
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 ListMembersAppsArg
Constructors
| Improve this Doc View SourceListMembersAppsArg(String)
Initializes a new instance of the ListMembersAppsArg class.
Declaration
public ListMembersAppsArg(string cursor = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor | At the first call to the LinkedAppsListMembersLinkedAppsAsync(ListMembersAppsArg) 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
| Improve this Doc View SourceCursor
At the first call to the LinkedAppsListMembersLinkedAppsAsync(ListMembersAppsArg) 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 |
---|---|
System.String |