Class ListPaperDocsResponse
The list paper docs response object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListPaperDocsResponse
Constructors
| Improve this Doc View SourceListPaperDocsResponse(IEnumerable<String>, Cursor, Boolean)
Initializes a new instance of the List
Declaration
public ListPaperDocsResponse(IEnumerable<string> docIds, Cursor cursor, bool hasMore)
Parameters
Type | Name | Description |
---|---|---|
System. |
docIds | The list of Paper doc IDs that can be used to access the given
Paper docs or supplied to other API methods. The list is sorted in the order
specified by the initial call to Docs |
Cursor | cursor | Pass the cursor into Docs |
System. |
hasMore | Will be set to True if a subsequent call with the provided
cursor to Docs |
Properties
| Improve this Doc View SourceCursor
Pass the cursor into Docs
Declaration
public Cursor Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
Cursor |
DocIds
The list of Paper doc IDs that can be used to access the given Paper docs or
supplied to other API methods. The list is sorted in the order specified by the
initial call to Docs
Declaration
public IList<string> DocIds { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
HasMore
Will be set to True if a subsequent call with the provided cursor to Docs
Declaration
public bool HasMore { get; protected set; }
Property Value
Type | Description |
---|---|
System. |