Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFolderContinueArg

The list folder continue arg object

Inheritance
object
ListFolderContinueArg
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 ListFolderContinueArg

Constructors

View Source

ListFolderContinueArg(string)

Initializes a new instance of the ListFolderContinueArg class.

Declaration
public ListFolderContinueArg(string cursor)
Parameters
Type Name Description
string cursor

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

Properties

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