Show / Hide Table of Contents

Class AlertRecipientsSettingType

Alert recipients setting type

Inheritance
System.Object
AlertRecipientsSettingType
AlertRecipientsSettingType.CustomList
AlertRecipientsSettingType.Invalid
AlertRecipientsSettingType.None
AlertRecipientsSettingType.Other
AlertRecipientsSettingType.TeamAdmins
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 Source

AlertRecipientsSettingType()

Initializes a new instance of the AlertRecipientsSettingType class.

Declaration
public AlertRecipientsSettingType()

Properties

| Improve this Doc View Source

AsCustomList

Gets this instance as a CustomList, or null.

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

AsInvalid

Gets this instance as a Invalid, or null.

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

AsNone

Gets this instance as a None, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamAdmins

Gets this instance as a TeamAdmins, or null.

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

IsCustomList

Gets a value indicating whether this instance is CustomList

Declaration
public bool IsCustomList { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalid

Gets a value indicating whether this instance is Invalid

Declaration
public bool IsInvalid { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNone

Gets a value indicating whether this instance is None

Declaration
public bool IsNone { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamAdmins

Gets a value indicating whether this instance is TeamAdmins

Declaration
public bool IsTeamAdmins { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AlertRecipientsSettingType()
  • Properties
    • AsCustomList
    • AsInvalid
    • AsNone
    • AsOther
    • AsTeamAdmins
    • IsCustomList
    • IsInvalid
    • IsNone
    • IsOther
    • IsTeamAdmins
Back to top Generated by DocFX