Class AdminAlertSeverityEnum
Alert severity
Inheritance
System.Object
    AdminAlertSeverityEnum
      
      
      
      
      
      
  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 SourceAdminAlertSeverityEnum()
Initializes a new instance of the AdminAlertSeverityEnum class.
Declaration
public AdminAlertSeverityEnum()
  Properties
| Improve this Doc View SourceAsHigh
Gets this instance as a High, or null.
Declaration
public AdminAlertSeverityEnum.High AsHigh { get; }
  Property Value
| Type | Description | 
|---|---|
| AdminAlertSeverityEnum.High | 
AsInfo
Gets this instance as a Info, or null.
Declaration
public AdminAlertSeverityEnum.Info AsInfo { get; }
  Property Value
| Type | Description | 
|---|---|
| AdminAlertSeverityEnum.Info | 
AsLow
Gets this instance as a Low, or null.
Declaration
public AdminAlertSeverityEnum.Low AsLow { get; }
  Property Value
| Type | Description | 
|---|---|
| AdminAlertSeverityEnum.Low | 
AsMedium
Gets this instance as a Medium, or null.
Declaration
public AdminAlertSeverityEnum.Medium AsMedium { get; }
  Property Value
| Type | Description | 
|---|---|
| AdminAlertSeverityEnum.Medium | 
AsNa
Gets this instance as a Na, or null.
Declaration
public AdminAlertSeverityEnum.Na AsNa { get; }
  Property Value
| Type | Description | 
|---|---|
| AdminAlertSeverityEnum.Na | 
AsOther
Gets this instance as a Other, or null.
Declaration
public AdminAlertSeverityEnum.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| AdminAlertSeverityEnum.Other | 
IsHigh
Gets a value indicating whether this instance is High
Declaration
public bool IsHigh { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsInfo
Gets a value indicating whether this instance is Info
Declaration
public bool IsInfo { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsLow
Gets a value indicating whether this instance is Low
Declaration
public bool IsLow { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsMedium
Gets a value indicating whether this instance is Medium
Declaration
public bool IsMedium { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsNa
Gets a value indicating whether this instance is Na
Declaration
public bool IsNa { 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 |