Show / Hide Table of Contents

Class ListFolderContinueArg

The list folder continue arg object

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

Constructors

| Improve this Doc View Source

ListFolderContinueArg(String)

Initializes a new instance of the ListFolderContinueArg class.

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

The cursor returned by your last call to ListFolderAsync(ListFolderArg) ListFolderAsync(ListFolderArg) or ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg).

Properties

| Improve this Doc View Source

Cursor

The cursor returned by your last call to ListFolderAsync(ListFolderArg) ListFolderAsync(ListFolderArg) or ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg).

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