Class UserOnPaperDocFilter
The user on paper doc filter object
Inheritance
System.Object
UserOnPaperDocFilter
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 SourceUserOnPaperDocFilter()
Initializes a new instance of the UserOnPaperDocFilter class.
Declaration
public UserOnPaperDocFilter()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public UserOnPaperDocFilter.Other AsOther { get; }
Property Value
Type | Description |
---|---|
UserOnPaperDocFilter.Other |
AsShared
Gets this instance as a Shared, or null
.
Declaration
public UserOnPaperDocFilter.Shared AsShared { get; }
Property Value
Type | Description |
---|---|
UserOnPaperDocFilter.Shared |
AsVisited
Gets this instance as a Visited, or null
.
Declaration
public UserOnPaperDocFilter.Visited AsVisited { get; }
Property Value
Type | Description |
---|---|
UserOnPaperDocFilter.Visited |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsShared
Gets a value indicating whether this instance is Shared
Declaration
public bool IsShared { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVisited
Gets a value indicating whether this instance is Visited
Declaration
public bool IsVisited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |