Show / Hide Table of Contents

Class ListFileRequestsContinueArg

The list file requests continue arg object

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

Constructors

| Improve this Doc View Source

ListFileRequestsContinueArg(String)

Initializes a new instance of the ListFileRequestsContinueArg class.

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

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

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListFileRequestsContinueArg(String)
  • Properties
    • Cursor
Back to top Generated by DocFX