Dropbox .NET SDK
Show / Hide Table of Contents

Class FolderSubscriptionLevel

The subscription level of a Paper folder.

Inheritance
object
FolderSubscriptionLevel
FolderSubscriptionLevel.ActivityOnly
FolderSubscriptionLevel.DailyEmails
FolderSubscriptionLevel.None
FolderSubscriptionLevel.WeeklyEmails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class FolderSubscriptionLevel

Constructors

View Source

FolderSubscriptionLevel()

Initializes a new instance of the FolderSubscriptionLevel class.

Declaration
public FolderSubscriptionLevel()

Properties

View Source

AsActivityOnly

Gets this instance as a ActivityOnly, or null.

Declaration
public FolderSubscriptionLevel.ActivityOnly AsActivityOnly { get; }
Property Value
Type Description
FolderSubscriptionLevel.ActivityOnly
View Source

AsDailyEmails

Gets this instance as a DailyEmails, or null.

Declaration
public FolderSubscriptionLevel.DailyEmails AsDailyEmails { get; }
Property Value
Type Description
FolderSubscriptionLevel.DailyEmails
View Source

AsNone

Gets this instance as a None, or null.

Declaration
public FolderSubscriptionLevel.None AsNone { get; }
Property Value
Type Description
FolderSubscriptionLevel.None
View Source

AsWeeklyEmails

Gets this instance as a WeeklyEmails, or null.

Declaration
public FolderSubscriptionLevel.WeeklyEmails AsWeeklyEmails { get; }
Property Value
Type Description
FolderSubscriptionLevel.WeeklyEmails
View Source

IsActivityOnly

Gets a value indicating whether this instance is ActivityOnly

Declaration
public bool IsActivityOnly { get; }
Property Value
Type Description
bool
View Source

IsDailyEmails

Gets a value indicating whether this instance is DailyEmails

Declaration
public bool IsDailyEmails { get; }
Property Value
Type Description
bool
View Source

IsNone

Gets a value indicating whether this instance is None

Declaration
public bool IsNone { get; }
Property Value
Type Description
bool
View Source

IsWeeklyEmails

Gets a value indicating whether this instance is WeeklyEmails

Declaration
public bool IsWeeklyEmails { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK