Class ListPaperDocsSortOrder
The list paper docs sort order object
Inheritance
System.Object
ListPaperDocsSortOrder
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 ListPaperDocsSortOrder
Constructors
| Improve this Doc View SourceListPaperDocsSortOrder()
Initializes a new instance of the ListPaperDocsSortOrder class.
Declaration
public ListPaperDocsSortOrder()
Properties
| Improve this Doc View SourceAsAscending
Gets this instance as a Ascending, or null
.
Declaration
public ListPaperDocsSortOrder.Ascending AsAscending { get; }
Property Value
Type | Description |
---|---|
ListPaperDocsSortOrder.Ascending |
AsDescending
Gets this instance as a Descending, or null
.
Declaration
public ListPaperDocsSortOrder.Descending AsDescending { get; }
Property Value
Type | Description |
---|---|
ListPaperDocsSortOrder.Descending |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ListPaperDocsSortOrder.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ListPaperDocsSortOrder.Other |
IsAscending
Gets a value indicating whether this instance is Ascending
Declaration
public bool IsAscending { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDescending
Gets a value indicating whether this instance is Descending
Declaration
public bool IsDescending { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |