Class PaperDocStatus
The status of a Paper doc.
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocStatus
Constructors
View SourcePaperDocStatus()
Initializes a new instance of the PaperDocStatus class.
Declaration
public PaperDocStatus()
Properties
View SourceAsActive
Gets this instance as a Active, or null.
Declaration
public PaperDocStatus.Active AsActive { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocStatus.Active |
AsDeleted
Gets this instance as a Deleted, or null.
Declaration
public PaperDocStatus.Deleted AsDeleted { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocStatus.Deleted |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperDocStatus.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocStatus.Other |
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDeleted
Gets a value indicating whether this instance is Deleted
Declaration
public bool IsDeleted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |