Show / Hide Table of Contents

Class DocSubscriptionLevel

The subscription level of a Paper doc.

Inheritance
System.Object
DocSubscriptionLevel
DocSubscriptionLevel.Default
DocSubscriptionLevel.Every
DocSubscriptionLevel.Ignore
DocSubscriptionLevel.NoEmail
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 Source

DocSubscriptionLevel()

Initializes a new instance of the DocSubscriptionLevel class.

Declaration
public DocSubscriptionLevel()

Properties

| Improve this Doc View Source

AsDefault

Gets this instance as a Default, or null.

Declaration
public DocSubscriptionLevel.Default AsDefault { get; }
Property Value
Type Description
DocSubscriptionLevel.Default
| Improve this Doc View Source

AsEvery

Gets this instance as a Every, or null.

Declaration
public DocSubscriptionLevel.Every AsEvery { get; }
Property Value
Type Description
DocSubscriptionLevel.Every
| Improve this Doc View Source

AsIgnore

Gets this instance as a Ignore, or null.

Declaration
public DocSubscriptionLevel.Ignore AsIgnore { get; }
Property Value
Type Description
DocSubscriptionLevel.Ignore
| Improve this Doc View Source

AsNoEmail

Gets this instance as a NoEmail, or null.

Declaration
public DocSubscriptionLevel.NoEmail AsNoEmail { get; }
Property Value
Type Description
DocSubscriptionLevel.NoEmail
| Improve this Doc View Source

IsDefault

Gets a value indicating whether this instance is Default

Declaration
public bool IsDefault { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEvery

Gets a value indicating whether this instance is Every

Declaration
public bool IsEvery { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIgnore

Gets a value indicating whether this instance is Ignore

Declaration
public bool IsIgnore { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoEmail

Gets a value indicating whether this instance is NoEmail

Declaration
public bool IsNoEmail { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DocSubscriptionLevel()
  • Properties
    • AsDefault
    • AsEvery
    • AsIgnore
    • AsNoEmail
    • IsDefault
    • IsEvery
    • IsIgnore
    • IsNoEmail
Back to top Generated by DocFX