Class DocSubscriptionLevel
The subscription level of a Paper doc.
Inheritance
DocSubscriptionLevel
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class DocSubscriptionLevel
Constructors
View SourceDocSubscriptionLevel()
Initializes a new instance of the DocSubscriptionLevel class.
Declaration
public DocSubscriptionLevel()
Properties
View SourceAsDefault
Gets this instance as a Default, or null.
Declaration
public DocSubscriptionLevel.Default AsDefault { get; }
Property Value
| Type | Description |
|---|---|
| DocSubscriptionLevel.Default |
AsEvery
Gets this instance as a Every, or null.
Declaration
public DocSubscriptionLevel.Every AsEvery { get; }
Property Value
| Type | Description |
|---|---|
| DocSubscriptionLevel.Every |
AsIgnore
Gets this instance as a Ignore, or null.
Declaration
public DocSubscriptionLevel.Ignore AsIgnore { get; }
Property Value
| Type | Description |
|---|---|
| DocSubscriptionLevel.Ignore |
AsNoEmail
Gets this instance as a NoEmail, or null.
Declaration
public DocSubscriptionLevel.NoEmail AsNoEmail { get; }
Property Value
| Type | Description |
|---|---|
| DocSubscriptionLevel.NoEmail |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEvery
Gets a value indicating whether this instance is Every
Declaration
public bool IsEvery { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsIgnore
Gets a value indicating whether this instance is Ignore
Declaration
public bool IsIgnore { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoEmail
Gets a value indicating whether this instance is NoEmail
Declaration
public bool IsNoEmail { get; }
Property Value
| Type | Description |
|---|---|
| bool |