Dropbox .NET SDK
Show / Hide Table of Contents

Class ListPaperDocsFilterBy

The list paper docs filter by object

Inheritance
object
ListPaperDocsFilterBy
ListPaperDocsFilterBy.DocsAccessed
ListPaperDocsFilterBy.DocsCreated
ListPaperDocsFilterBy.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 ListPaperDocsFilterBy

Constructors

View Source

ListPaperDocsFilterBy()

Initializes a new instance of the ListPaperDocsFilterBy class.

Declaration
public ListPaperDocsFilterBy()

Properties

View Source

AsDocsAccessed

Gets this instance as a DocsAccessed, or null.

Declaration
public ListPaperDocsFilterBy.DocsAccessed AsDocsAccessed { get; }
Property Value
Type Description
ListPaperDocsFilterBy.DocsAccessed
View Source

AsDocsCreated

Gets this instance as a DocsCreated, or null.

Declaration
public ListPaperDocsFilterBy.DocsCreated AsDocsCreated { get; }
Property Value
Type Description
ListPaperDocsFilterBy.DocsCreated
View Source

AsOther

Gets this instance as a Other, or null.

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

IsDocsAccessed

Gets a value indicating whether this instance is DocsAccessed

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

IsDocsCreated

Gets a value indicating whether this instance is DocsCreated

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