Class ListFolderGetLatestCursorResult
The list folder get latest cursor result object
Inheritance
System.Object
ListFolderGetLatestCursorResult
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListFolderGetLatestCursorResult
Constructors
| Improve this Doc View SourceListFolderGetLatestCursorResult(String)
Initializes a new instance of the ListFolderGetLatestCursorResult class.
Declaration
public ListFolderGetLatestCursorResult(string cursor)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor | Pass the cursor into ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg) to see what's changed in the folder since your previous query. |
Properties
| Improve this Doc 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 |
---|---|
System.String |