Show / Hide Table of Contents

Class ListFilesContinueArg

Arguments for ListReceivedFilesContinueAsync(ListFilesContinueArg).

Inheritance
System.Object
ListFilesContinueArg
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFilesContinueArg

Constructors

| Improve this Doc View Source

ListFilesContinueArg(String)

Initializes a new instance of the ListFilesContinueArg class.

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

Cursor in Cursor.

Properties

| Improve this Doc View Source

Cursor

Cursor in Cursor.

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