Class DocSubscriptionLevel
The subscription level of a Paper doc.
Inheritance
System.Object
DocSubscriptionLevel
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 DocSubscriptionLevel
Constructors
| Improve this Doc View SourceDocSubscriptionLevel()
Initializes a new instance of the DocSubscriptionLevel class.
Declaration
public DocSubscriptionLevel()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsEvery
Gets a value indicating whether this instance is Every
Declaration
public bool IsEvery { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIgnore
Gets a value indicating whether this instance is Ignore
Declaration
public bool IsIgnore { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoEmail
Gets a value indicating whether this instance is NoEmail
Declaration
public bool IsNoEmail { get; }
Property Value
Type | Description |
---|---|
System.Boolean |