Class ListFilesContinueArg
Arguments for ListReceivedFilesContinueAsync(ListFilesContinueArg).
Inheritance
System.Object
ListFilesContinueArg
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFilesContinueArg
Constructors
| Improve this Doc View SourceListFilesContinueArg(String)
Initializes a new instance of the ListFilesContinueArg class.
Declaration
public ListFilesContinueArg(string cursor)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor | Cursor in Cursor. |
Properties
| Improve this Doc View SourceCursor
Cursor in Cursor.
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |