Show / Hide Table of Contents

Class SearchV2ContinueArg

The search v2 continue arg object

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

Constructors

| Improve this Doc View Source

SearchV2ContinueArg(String)

Initializes a new instance of the SearchV2ContinueArg class.

Declaration
public SearchV2ContinueArg(string cursor)
Parameters
Type Name Description
System.String cursor

The cursor returned by your last call to SearchV2Async(SearchV2Arg). Used to fetch the next page of results.

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SearchV2ContinueArg(String)
  • Properties
    • Cursor
Back to top Generated by DocFX