Class UserOnPaperDocFilter
The user on paper doc filter object
Inheritance
UserOnPaperDocFilter
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class UserOnPaperDocFilter
Constructors
View SourceUserOnPaperDocFilter()
Initializes a new instance of the UserOnPaperDocFilter class.
Declaration
public UserOnPaperDocFilter()
Properties
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 |
|---|---|
| bool |
IsShared
Gets a value indicating whether this instance is Shared
Declaration
public bool IsShared { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsVisited
Gets a value indicating whether this instance is Visited
Declaration
public bool IsVisited { get; }
Property Value
| Type | Description |
|---|---|
| bool |