Class ListFolderContinueArg
The list folder continue arg object
Inheritance
System.Object
ListFolderContinueArg
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 ListFolderContinueArg
Constructors
| Improve this Doc View SourceListFolderContinueArg(String)
Initializes a new instance of the ListFolderContinueArg class.
Declaration
public ListFolderContinueArg(string cursor)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor | The cursor returned by your last call to ListFolderAsync(ListFolderArg) ListFolderAsync(ListFolderArg) or ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg). |
Properties
| Improve this Doc 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 |
---|---|
System.String |