Dropbox .NET SDK
Show / Hide Table of Contents

Class SearchV2ContinueArg

The search v2 continue arg object

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

Constructors

View Source

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

Cursor

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