Class SearchV2ContinueArg
The search v2 continue arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SearchV2ContinueArg
Constructors
View SourceSearchV2ContinueArg(string)
Initializes a new instance of the SearchV2ContinueArg class.
Declaration
public SearchV2ContinueArg(string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | The cursor returned by your last call to SearchV2Async(SearchV2Arg). Used to fetch the next page of results. |
Properties
View SourceCursor
The cursor returned by your last call to SearchV2Async(SearchV2Arg). Used to fetch the next page of results.
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |