Dropbox .NET SDK
Show / Hide Table of Contents

Class PropertiesSearchContinueArg

The properties search continue arg object

Inheritance
object
PropertiesSearchContinueArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchContinueArg

Constructors

View Source

PropertiesSearchContinueArg(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 Source

Cursor

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
  • View Source
In this article
Back to top Dropbox .NET SDK