Show / Hide Table of Contents

Class UserOnPaperDocFilter

The user on paper doc filter object

Inheritance
System.Object
UserOnPaperDocFilter
UserOnPaperDocFilter.Other
UserOnPaperDocFilter.Shared
UserOnPaperDocFilter.Visited
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 UserOnPaperDocFilter

Constructors

| Improve this Doc View Source

UserOnPaperDocFilter()

Initializes a new instance of the UserOnPaperDocFilter class.

Declaration
public UserOnPaperDocFilter()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsShared

Gets this instance as a Shared, or null.

Declaration
public UserOnPaperDocFilter.Shared AsShared { get; }
Property Value
Type Description
UserOnPaperDocFilter.Shared
| Improve this Doc View Source

AsVisited

Gets this instance as a Visited, or null.

Declaration
public UserOnPaperDocFilter.Visited AsVisited { get; }
Property Value
Type Description
UserOnPaperDocFilter.Visited
| 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

IsShared

Gets a value indicating whether this instance is Shared

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

IsVisited

Gets a value indicating whether this instance is Visited

Declaration
public bool IsVisited { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserOnPaperDocFilter()
  • Properties
    • AsOther
    • AsShared
    • AsVisited
    • IsOther
    • IsShared
    • IsVisited
Back to top Generated by DocFX