Class ListPaperDocsSortBy
The list paper docs sort by object
Inheritance
ListPaperDocsSortBy
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListPaperDocsSortBy
Constructors
View SourceListPaperDocsSortBy()
Initializes a new instance of the ListPaperDocsSortBy class.
Declaration
public ListPaperDocsSortBy()
Properties
View SourceAsAccessed
Gets this instance as a Accessed, or null.
Declaration
public ListPaperDocsSortBy.Accessed AsAccessed { get; }
Property Value
| Type | Description |
|---|---|
| ListPaperDocsSortBy.Accessed |
AsCreated
Gets this instance as a Created, or null.
Declaration
public ListPaperDocsSortBy.Created AsCreated { get; }
Property Value
| Type | Description |
|---|---|
| ListPaperDocsSortBy.Created |
AsModified
Gets this instance as a Modified, or null.
Declaration
public ListPaperDocsSortBy.Modified AsModified { get; }
Property Value
| Type | Description |
|---|---|
| ListPaperDocsSortBy.Modified |
AsOther
Gets this instance as a Other, or null.
Declaration
public ListPaperDocsSortBy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ListPaperDocsSortBy.Other |
IsAccessed
Gets a value indicating whether this instance is Accessed
Declaration
public bool IsAccessed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsCreated
Gets a value indicating whether this instance is Created
Declaration
public bool IsCreated { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsModified
Gets a value indicating whether this instance is Modified
Declaration
public bool IsModified { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |