Show / Hide Table of Contents

Class ListFolderGetLatestCursorResult

The list folder get latest cursor result object

Inheritance
System.Object
ListFolderGetLatestCursorResult
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 ListFolderGetLatestCursorResult

Constructors

| Improve this Doc View Source

ListFolderGetLatestCursorResult(String)

Initializes a new instance of the ListFolderGetLatestCursorResult class.

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

Pass the cursor into ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg) to see what's changed in the folder since your previous query.

Properties

| Improve this Doc View Source

Cursor

Pass the cursor into ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg) to see what's changed in the folder since your previous query.

Declaration
public string Cursor { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListFolderGetLatestCursorResult(String)
  • Properties
    • Cursor
Back to top Generated by DocFX