Dropbox .NET SDK

Class AdminAlertSeverityEnum

Alert severity

Inheritance
object
AdminAlertSeverityEnum
AdminAlertSeverityEnum.High
AdminAlertSeverityEnum.Info
AdminAlertSeverityEnum.Low
AdminAlertSeverityEnum.Medium
AdminAlertSeverityEnum.Na
AdminAlertSeverityEnum.Other
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 AdminAlertSeverityEnum

Constructors

View Source

AdminAlertSeverityEnum()

Initializes a new instance of the AdminAlertSeverityEnum class.

Declaration
public AdminAlertSeverityEnum()

Properties

View Source

AsHigh

Gets this instance as a High, or null.

Declaration
public AdminAlertSeverityEnum.High AsHigh { get; }
Property Value
Type Description
AdminAlertSeverityEnum.High
View Source

AsInfo

Gets this instance as a Info, or null.

Declaration
public AdminAlertSeverityEnum.Info AsInfo { get; }
Property Value
Type Description
AdminAlertSeverityEnum.Info
View Source

AsLow

Gets this instance as a Low, or null.

Declaration
public AdminAlertSeverityEnum.Low AsLow { get; }
Property Value
Type Description
AdminAlertSeverityEnum.Low
View Source

AsMedium

Gets this instance as a Medium, or null.

Declaration
public AdminAlertSeverityEnum.Medium AsMedium { get; }
Property Value
Type Description
AdminAlertSeverityEnum.Medium
View Source

AsNa

Gets this instance as a Na, or null.

Declaration
public AdminAlertSeverityEnum.Na AsNa { get; }
Property Value
Type Description
AdminAlertSeverityEnum.Na
View Source

AsOther

Gets this instance as a Other, or null.

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

IsHigh

Gets a value indicating whether this instance is High

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

IsInfo

Gets a value indicating whether this instance is Info

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

IsLow

Gets a value indicating whether this instance is Low

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

IsMedium

Gets a value indicating whether this instance is Medium

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

IsNa

Gets a value indicating whether this instance is Na

Declaration
public bool IsNa { 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
In this article
Back to top Dropbox .NET SDK