Class ExcludedUsersListContinueArg
Excluded users list continue argument.
Inheritance
System.Object
ExcludedUsersListContinueArg
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 ExcludedUsersListContinueArg
Constructors
| Improve this Doc View SourceExcludedUsersListContinueArg(String)
Initializes a new instance of the ExcludedUsersListContinueArg class.
Declaration
public ExcludedUsersListContinueArg(string cursor)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor | Indicates from what point to get the next set of users. |
Properties
| Improve this Doc View SourceCursor
Indicates from what point to get the next set of users.
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |