Class ListPaperDocsContinueArgs
The list paper docs continue args object
Inheritance
System.Object
ListPaperDocsContinueArgs
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListPaperDocsContinueArgs
Constructors
| Improve this Doc View SourceListPaperDocsContinueArgs(String)
Initializes a new instance of the ListPaperDocsContinueArgs class.
Declaration
public ListPaperDocsContinueArgs(string cursor)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursor | The cursor obtained from DocsListAsync(ListPaperDocsArgs) or DocsListContinueAsync(ListPaperDocsContinueArgs). Allows for pagination. |
Properties
| Improve this Doc View SourceCursor
The cursor obtained from DocsListAsync(ListPaperDocsArgs) or DocsListContinueAsync(ListPaperDocsContinueArgs). Allows for pagination.
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |