Dropbox .NET SDK
Show / Hide Table of Contents

Class ListMembersAppsArg

Arguments for LinkedAppsListMembersLinkedAppsAsync(ListMembersAppsArg).

Inheritance
object
ListMembersAppsArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListMembersAppsArg

Constructors

View Source

ListMembersAppsArg(string)

Initializes a new instance of the ListMembersAppsArg class.

Declaration
public ListMembersAppsArg(string cursor = null)
Parameters
Type Name Description
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

View Source

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.

Declaration
public string Cursor { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK