Show / Hide Table of Contents

Class AdminAlertSeverityEnum

Alert severity

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

Constructors

| Improve this Doc View Source

AdminAlertSeverityEnum()

Initializes a new instance of the AdminAlertSeverityEnum class.

Declaration
public AdminAlertSeverityEnum()

Properties

| Improve this Doc View Source

AsHigh

Gets this instance as a High, or null.

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

AsInfo

Gets this instance as a Info, or null.

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

AsLow

Gets this instance as a Low, or null.

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

AsMedium

Gets this instance as a Medium, or null.

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

AsNa

Gets this instance as a Na, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsHigh

Gets a value indicating whether this instance is High

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

IsInfo

Gets a value indicating whether this instance is Info

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

IsLow

Gets a value indicating whether this instance is Low

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

IsMedium

Gets a value indicating whether this instance is Medium

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

IsNa

Gets a value indicating whether this instance is Na

Declaration
public bool IsNa { 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
In This Article
  • Constructors
    • AdminAlertSeverityEnum()
  • Properties
    • AsHigh
    • AsInfo
    • AsLow
    • AsMedium
    • AsNa
    • AsOther
    • IsHigh
    • IsInfo
    • IsLow
    • IsMedium
    • IsNa
    • IsOther
Back to top Generated by DocFX