Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFoldersContinueArg

The list folders continue arg object

Inheritance
object
ListFoldersContinueArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFoldersContinueArg

Constructors

View Source

ListFoldersContinueArg(string)

Initializes a new instance of the ListFoldersContinueArg class.

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

The cursor returned by the previous API call specified in the endpoint description.

Properties

View Source

Cursor

The cursor returned by the previous API call specified in the endpoint description.

Declaration
public string Cursor { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK