Class AlertRecipientsSettingType
Alert recipients setting type
Inheritance
AlertRecipientsSettingType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AlertRecipientsSettingType
Constructors
View SourceAlertRecipientsSettingType()
Initializes a new instance of the AlertRecipientsSettingType class.
Declaration
public AlertRecipientsSettingType()
Properties
View SourceAsCustomList
Gets this instance as a CustomList, or null.
Declaration
public AlertRecipientsSettingType.CustomList AsCustomList { get; }
Property Value
| Type | Description |
|---|---|
| AlertRecipientsSettingType.CustomList |
AsInvalid
Gets this instance as a Invalid, or null.
Declaration
public AlertRecipientsSettingType.Invalid AsInvalid { get; }
Property Value
| Type | Description |
|---|---|
| AlertRecipientsSettingType.Invalid |
AsNone
Gets this instance as a None, or null.
Declaration
public AlertRecipientsSettingType.None AsNone { get; }
Property Value
| Type | Description |
|---|---|
| AlertRecipientsSettingType.None |
AsOther
Gets this instance as a Other, or null.
Declaration
public AlertRecipientsSettingType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AlertRecipientsSettingType.Other |
AsTeamAdmins
Gets this instance as a TeamAdmins, or null.
Declaration
public AlertRecipientsSettingType.TeamAdmins AsTeamAdmins { get; }
Property Value
| Type | Description |
|---|---|
| AlertRecipientsSettingType.TeamAdmins |
IsCustomList
Gets a value indicating whether this instance is CustomList
Declaration
public bool IsCustomList { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalid
Gets a value indicating whether this instance is Invalid
Declaration
public bool IsInvalid { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNone
Gets a value indicating whether this instance is None
Declaration
public bool IsNone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamAdmins
Gets a value indicating whether this instance is TeamAdmins
Declaration
public bool IsTeamAdmins { get; }
Property Value
| Type | Description |
|---|---|
| bool |