Class ListFolderContinueArg
The list folder continue arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListFolderContinueArg
Constructors
View SourceListFolderContinueArg(string)
Initializes a new instance of the ListFolderContinueArg class.
Declaration
public ListFolderContinueArg(string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | The cursor returned by your last call to ListFolderAsync(ListFolderArg) ListFolderAsync(ListFolderArg) or ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg). |
Properties
View SourceCursor
The cursor returned by your last call to ListFolderAsync(ListFolderArg) ListFolderAsync(ListFolderArg) or ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg).
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |