Show / Hide Table of Contents

Class PropertiesSearchContinueArg

The properties search continue arg object

Inheritance
System.Object
PropertiesSearchContinueArg
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.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class PropertiesSearchContinueArg

Constructors

| Improve this Doc View Source

PropertiesSearchContinueArg(String)

Initializes a new instance of the PropertiesSearchContinueArg class.

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

The cursor returned by your last call to PropertiesSearchAsync(PropertiesSearchArg) or PropertiesSearchContinueAsync(PropertiesSearchContinueArg).

Properties

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