Class ListFoldersContinueArg
The list folders continue arg object
Inheritance
System.Object
ListFoldersContinueArg
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 ListFoldersContinueArg
Constructors
| Improve this Doc View SourceListFoldersContinueArg(String)
Initializes a new instance of the ListFoldersContinueArg class.
Declaration
public ListFoldersContinueArg(string cursor)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor | The cursor returned by the previous API call specified in the endpoint description. |
Properties
| Improve this Doc View SourceCursor
The cursor returned by the previous API call specified in the endpoint description.
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |