Class ListFileRequestsContinueArg
The list file requests continue arg object
Inherited Members
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class ListFileRequestsContinueArg
Constructors
View SourceListFileRequestsContinueArg(string)
Initializes a new instance of the ListFileRequestsContinueArg class.
Declaration
public ListFileRequestsContinueArg(string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | The cursor returned by the previous API call specified in the endpoint description. |
Properties
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 |
|---|---|
| string |