Dropbox .NET SDK
Show / Hide Table of Contents

Class DocSubscriptionLevel.Ignore

Ignored: Not shown in pad lists or activity and no email message is sent.

Inheritance
object
DocSubscriptionLevel
DocSubscriptionLevel.Ignore
Inherited Members
DocSubscriptionLevel.IsDefault
DocSubscriptionLevel.AsDefault
DocSubscriptionLevel.IsIgnore
DocSubscriptionLevel.AsIgnore
DocSubscriptionLevel.IsEvery
DocSubscriptionLevel.AsEvery
DocSubscriptionLevel.IsNoEmail
DocSubscriptionLevel.AsNoEmail
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public sealed class DocSubscriptionLevel.Ignore : DocSubscriptionLevel

Fields

View Source

Instance

A singleton instance of Ignore

Declaration
public static readonly DocSubscriptionLevel.Ignore Instance
Field Value
Type Description
DocSubscriptionLevel.Ignore
  • View Source
In this article
Back to top Dropbox .NET SDK