Dropbox .NET SDK

Class AdminAlertingAlertSensitivity

Alert sensitivity

Inheritance
object
AdminAlertingAlertSensitivity
AdminAlertingAlertSensitivity.High
AdminAlertingAlertSensitivity.Highest
AdminAlertingAlertSensitivity.Invalid
AdminAlertingAlertSensitivity.Low
AdminAlertingAlertSensitivity.Lowest
AdminAlertingAlertSensitivity.Medium
AdminAlertingAlertSensitivity.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 AdminAlertingAlertSensitivity

Constructors

View Source

AdminAlertingAlertSensitivity()

Initializes a new instance of the AdminAlertingAlertSensitivity class.

Declaration
public AdminAlertingAlertSensitivity()

Properties

View Source

AsHigh

Gets this instance as a High, or null.

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

AsHighest

Gets this instance as a Highest, or null.

Declaration
public AdminAlertingAlertSensitivity.Highest AsHighest { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.Highest
View Source

AsInvalid

Gets this instance as a Invalid, or null.

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

AsLow

Gets this instance as a Low, or null.

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

AsLowest

Gets this instance as a Lowest, or null.

Declaration
public AdminAlertingAlertSensitivity.Lowest AsLowest { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.Lowest
View Source

AsMedium

Gets this instance as a Medium, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public AdminAlertingAlertSensitivity.Other AsOther { get; }
Property Value
Type Description
AdminAlertingAlertSensitivity.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

IsHighest

Gets a value indicating whether this instance is Highest

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

IsLow

Gets a value indicating whether this instance is Low

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

IsLowest

Gets a value indicating whether this instance is Lowest

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

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