Dropbox .NET SDK
Show / Hide Table of Contents

Class ListPaperDocsSortBy

The list paper docs sort by object

Inheritance
object
ListPaperDocsSortBy
ListPaperDocsSortBy.Accessed
ListPaperDocsSortBy.Created
ListPaperDocsSortBy.Modified
ListPaperDocsSortBy.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 ListPaperDocsSortBy

Constructors

View Source

ListPaperDocsSortBy()

Initializes a new instance of the ListPaperDocsSortBy class.

Declaration
public ListPaperDocsSortBy()

Properties

View Source

AsAccessed

Gets this instance as a Accessed, or null.

Declaration
public ListPaperDocsSortBy.Accessed AsAccessed { get; }
Property Value
Type Description
ListPaperDocsSortBy.Accessed
View Source

AsCreated

Gets this instance as a Created, or null.

Declaration
public ListPaperDocsSortBy.Created AsCreated { get; }
Property Value
Type Description
ListPaperDocsSortBy.Created
View Source

AsModified

Gets this instance as a Modified, or null.

Declaration
public ListPaperDocsSortBy.Modified AsModified { get; }
Property Value
Type Description
ListPaperDocsSortBy.Modified
View Source

AsOther

Gets this instance as a Other, or null.

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

IsAccessed

Gets a value indicating whether this instance is Accessed

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

IsCreated

Gets a value indicating whether this instance is Created

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

IsModified

Gets a value indicating whether this instance is Modified

Declaration
public bool IsModified { 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