Dropbox .NET SDK
Show / Hide Table of Contents

Class FolderSubscriptionLevel.ActivityOnly

Shown in activity, no email messages.

Inheritance
object
FolderSubscriptionLevel
FolderSubscriptionLevel.ActivityOnly
Inherited Members
FolderSubscriptionLevel.IsNone
FolderSubscriptionLevel.AsNone
FolderSubscriptionLevel.IsActivityOnly
FolderSubscriptionLevel.AsActivityOnly
FolderSubscriptionLevel.IsDailyEmails
FolderSubscriptionLevel.AsDailyEmails
FolderSubscriptionLevel.IsWeeklyEmails
FolderSubscriptionLevel.AsWeeklyEmails
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 FolderSubscriptionLevel.ActivityOnly : FolderSubscriptionLevel

Fields

View Source

Instance

A singleton instance of ActivityOnly

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