Show / Hide Table of Contents

Class ListPaperDocsSortOrder

The list paper docs sort order object

Inheritance
System.Object
ListPaperDocsSortOrder
ListPaperDocsSortOrder.Ascending
ListPaperDocsSortOrder.Descending
ListPaperDocsSortOrder.Other
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 Source

ListPaperDocsSortOrder()

Initializes a new instance of the ListPaperDocsSortOrder class.

Declaration
public ListPaperDocsSortOrder()

Properties

| Improve this Doc View Source

AsAscending

Gets this instance as a Ascending, or null.

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

AsDescending

Gets this instance as a Descending, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAscending

Gets a value indicating whether this instance is Ascending

Declaration
public bool IsAscending { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDescending

Gets a value indicating whether this instance is Descending

Declaration
public bool IsDescending { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListPaperDocsSortOrder()
  • Properties
    • AsAscending
    • AsDescending
    • AsOther
    • IsAscending
    • IsDescending
    • IsOther
Back to top Generated by DocFX