Class PropertiesSearchContinueArg
The properties search continue arg object
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchContinueArg
Constructors
View SourcePropertiesSearchContinueArg(string)
Initializes a new instance of the PropertiesSearchContinueArg class.
Declaration
public PropertiesSearchContinueArg(string cursor)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cursor | The cursor returned by your last call to PropertiesSearchAsync(PropertiesSearchArg) or PropertiesSearchContinueAsync(PropertiesSearchContinueArg). |
Properties
View SourceCursor
The cursor returned by your last call to PropertiesSearchAsync(PropertiesSearchArg) or PropertiesSearchContinueAsync(PropertiesSearchContinueArg).
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |