Class ListUsersOnFolderContinueArgs
The list users on folder continue args object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListUsersOnFolderContinueArgs : RefPaperDoc
Constructors
View SourceListUsersOnFolderContinueArgs(string, string)
Initializes a new instance of the ListUsersOnFolderContinueArgs class.
Declaration
public ListUsersOnFolderContinueArgs(string docId, string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | docId | The Paper doc ID. |
| string | cursor | The cursor obtained from DocsFolderUsersListAsync(ListUsersOnFolderArgs) or DocsFolderUsersListContinueAsync(ListUsersOnFolderContinueArgs). Allows for pagination. |
Properties
View SourceCursor
The cursor obtained from DocsFolderUsersListAsync(ListUsersOnFolderArgs) or DocsFolderUsersListContinueAsync(ListUsersOnFolderContinueArgs). Allows for pagination.
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |