Dropbox .NET SDK
Show / Hide Table of Contents

Class ListPaperDocsFilterBy.DocsCreated

Fetches only the Paper doc IDs that the user has created.

Inheritance
object
ListPaperDocsFilterBy
ListPaperDocsFilterBy.DocsCreated
Inherited Members
ListPaperDocsFilterBy.IsDocsAccessed
ListPaperDocsFilterBy.AsDocsAccessed
ListPaperDocsFilterBy.IsDocsCreated
ListPaperDocsFilterBy.AsDocsCreated
ListPaperDocsFilterBy.IsOther
ListPaperDocsFilterBy.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public sealed class ListPaperDocsFilterBy.DocsCreated : ListPaperDocsFilterBy

Fields

View Source

Instance

A singleton instance of DocsCreated

Declaration
public static readonly ListPaperDocsFilterBy.DocsCreated Instance
Field Value
Type Description
ListPaperDocsFilterBy.DocsCreated
  • View Source
In this article
Back to top Dropbox .NET SDK