Class ListFolderGetLatestCursorResult
The list folder get latest cursor result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListFolderGetLatestCursorResult
Constructors
View SourceListFolderGetLatestCursorResult(string)
Initializes a new instance of the ListFolderGetLatestCursorResult class.
Declaration
public ListFolderGetLatestCursorResult(string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | Pass the cursor into ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg) to see what's changed in the folder since your previous query. |
Properties
View SourceCursor
Pass the cursor into ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg) to see what's changed in the folder since your previous query.
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |