Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFilesContinueArg

Arguments for ListReceivedFilesContinueAsync(ListFilesContinueArg).

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

Constructors

View Source

ListFilesContinueArg(string)

Initializes a new instance of the ListFilesContinueArg class.

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

Cursor in Cursor.

Properties

View Source

Cursor

Cursor in Cursor.

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