Class FolderSubscriptionLevel
The subscription level of a Paper folder.
Inheritance
System.Object
FolderSubscriptionLevel
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 FolderSubscriptionLevel
Constructors
| Improve this Doc View SourceFolderSubscriptionLevel()
Initializes a new instance of the FolderSubscriptionLevel class.
Declaration
public FolderSubscriptionLevel()
Properties
| Improve this Doc View SourceAsActivityOnly
Gets this instance as a ActivityOnly, or null
.
Declaration
public FolderSubscriptionLevel.ActivityOnly AsActivityOnly { get; }
Property Value
Type | Description |
---|---|
FolderSubscriptionLevel.ActivityOnly |
AsDailyEmails
Gets this instance as a DailyEmails, or null
.
Declaration
public FolderSubscriptionLevel.DailyEmails AsDailyEmails { get; }
Property Value
Type | Description |
---|---|
FolderSubscriptionLevel.DailyEmails |
AsNone
Gets this instance as a None, or null
.
Declaration
public FolderSubscriptionLevel.None AsNone { get; }
Property Value
Type | Description |
---|---|
FolderSubscriptionLevel.None |
AsWeeklyEmails
Gets this instance as a WeeklyEmails, or null
.
Declaration
public FolderSubscriptionLevel.WeeklyEmails AsWeeklyEmails { get; }
Property Value
Type | Description |
---|---|
FolderSubscriptionLevel.WeeklyEmails |
IsActivityOnly
Gets a value indicating whether this instance is ActivityOnly
Declaration
public bool IsActivityOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDailyEmails
Gets a value indicating whether this instance is DailyEmails
Declaration
public bool IsDailyEmails { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNone
Gets a value indicating whether this instance is None
Declaration
public bool IsNone { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWeeklyEmails
Gets a value indicating whether this instance is WeeklyEmails
Declaration
public bool IsWeeklyEmails { get; }
Property Value
Type | Description |
---|---|
System.Boolean |