Dropbox .NET SDK

Class AlertRecipientsSettingType

Alert recipients setting type

Inheritance
object
AlertRecipientsSettingType
AlertRecipientsSettingType.CustomList
AlertRecipientsSettingType.Invalid
AlertRecipientsSettingType.None
AlertRecipientsSettingType.Other
AlertRecipientsSettingType.TeamAdmins
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AlertRecipientsSettingType

Constructors

View Source

AlertRecipientsSettingType()

Initializes a new instance of the AlertRecipientsSettingType class.

Declaration
public AlertRecipientsSettingType()

Properties

View Source

AsCustomList

Gets this instance as a CustomList, or null.

Declaration
public AlertRecipientsSettingType.CustomList AsCustomList { get; }
Property Value
Type Description
AlertRecipientsSettingType.CustomList
View Source

AsInvalid

Gets this instance as a Invalid, or null.

Declaration
public AlertRecipientsSettingType.Invalid AsInvalid { get; }
Property Value
Type Description
AlertRecipientsSettingType.Invalid
View Source

AsNone

Gets this instance as a None, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public AlertRecipientsSettingType.Other AsOther { get; }
Property Value
Type Description
AlertRecipientsSettingType.Other
View Source

AsTeamAdmins

Gets this instance as a TeamAdmins, or null.

Declaration
public AlertRecipientsSettingType.TeamAdmins AsTeamAdmins { get; }
Property Value
Type Description
AlertRecipientsSettingType.TeamAdmins
View Source

IsCustomList

Gets a value indicating whether this instance is CustomList

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

IsInvalid

Gets a value indicating whether this instance is Invalid

Declaration
public bool IsInvalid { 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

IsOther

Gets a value indicating whether this instance is Other

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

IsTeamAdmins

Gets a value indicating whether this instance is TeamAdmins

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