Class AlertRecipientsSettingType
Alert recipients setting type
Inheritance
System.Object
AlertRecipientsSettingType
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AlertRecipientsSettingType
Constructors
| Improve this Doc View SourceAlertRecipientsSettingType()
Initializes a new instance of the AlertRecipientsSettingType class.
Declaration
public AlertRecipientsSettingType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInvalid
Gets a value indicating whether this instance is Invalid
Declaration
public bool IsInvalid { 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 |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamAdmins
Gets a value indicating whether this instance is TeamAdmins
Declaration
public bool IsTeamAdmins { get; }
Property Value
Type | Description |
---|---|
System.Boolean |