Class ListPaperDocsArgs
The list paper docs args object
Inheritance
System.Object
ListPaperDocsArgs
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 ListPaperDocsArgs
Constructors
| Improve this Doc View SourceListPaperDocsArgs(ListPaperDocsFilterBy, ListPaperDocsSortBy, ListPaperDocsSortOrder, Int32)
Initializes a new instance of the ListPaperDocsArgs class.
Declaration
public ListPaperDocsArgs(ListPaperDocsFilterBy filterBy = null, ListPaperDocsSortBy sortBy = null, ListPaperDocsSortOrder sortOrder = null, int limit = 1000)
Parameters
Type | Name | Description |
---|---|---|
ListPaperDocsFilterBy | filterBy | Allows user to specify how the Paper docs should be filtered. |
ListPaperDocsSortBy | sortBy | Allows user to specify how the Paper docs should be sorted. |
ListPaperDocsSortOrder | sortOrder | Allows user to specify the sort order of the result. |
System.Int32 | limit | Size limit per batch. The maximum number of docs that can be retrieved per batch is 1000. Higher value results in invalid arguments error. |
Properties
| Improve this Doc View SourceFilterBy
Allows user to specify how the Paper docs should be filtered.
Declaration
public ListPaperDocsFilterBy FilterBy { get; protected set; }
Property Value
Type | Description |
---|---|
ListPaperDocsFilterBy |
Limit
Size limit per batch. The maximum number of docs that can be retrieved per batch is 1000. Higher value results in invalid arguments error.
Declaration
public int Limit { get; protected set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SortBy
Allows user to specify how the Paper docs should be sorted.
Declaration
public ListPaperDocsSortBy SortBy { get; protected set; }
Property Value
Type | Description |
---|---|
ListPaperDocsSortBy |
SortOrder
Allows user to specify the sort order of the result.
Declaration
public ListPaperDocsSortOrder SortOrder { get; protected set; }
Property Value
Type | Description |
---|---|
ListPaperDocsSortOrder |