Dropbox .NET SDK
Show / Hide Table of Contents

Class ListPaperDocsSortOrder

The list paper docs sort order object

Inheritance
object
ListPaperDocsSortOrder
ListPaperDocsSortOrder.Ascending
ListPaperDocsSortOrder.Descending
ListPaperDocsSortOrder.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListPaperDocsSortOrder

Constructors

View Source

ListPaperDocsSortOrder()

Initializes a new instance of the ListPaperDocsSortOrder class.

Declaration
public ListPaperDocsSortOrder()

Properties

View Source

AsAscending

Gets this instance as a Ascending, or null.

Declaration
public ListPaperDocsSortOrder.Ascending AsAscending { get; }
Property Value
Type Description
ListPaperDocsSortOrder.Ascending
View Source

AsDescending

Gets this instance as a Descending, or null.

Declaration
public ListPaperDocsSortOrder.Descending AsDescending { get; }
Property Value
Type Description
ListPaperDocsSortOrder.Descending
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ListPaperDocsSortOrder.Other AsOther { get; }
Property Value
Type Description
ListPaperDocsSortOrder.Other
View Source

IsAscending

Gets a value indicating whether this instance is Ascending

Declaration
public bool IsAscending { get; }
Property Value
Type Description
bool
View Source

IsDescending

Gets a value indicating whether this instance is Descending

Declaration
public bool IsDescending { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK