Dropbox .NET SDK

Class AdminAlertingAlertStatePolicy

Policy for controlling whether an alert can be triggered or not

Inheritance
object
AdminAlertingAlertStatePolicy
AdminAlertingAlertStatePolicy.Off
AdminAlertingAlertStatePolicy.On
AdminAlertingAlertStatePolicy.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 AdminAlertingAlertStatePolicy

Constructors

View Source

AdminAlertingAlertStatePolicy()

Initializes a new instance of the AdminAlertingAlertStatePolicy class.

Declaration
public AdminAlertingAlertStatePolicy()

Properties

View Source

AsOff

Gets this instance as a Off, or null.

Declaration
public AdminAlertingAlertStatePolicy.Off AsOff { get; }
Property Value
Type Description
AdminAlertingAlertStatePolicy.Off
View Source

AsOn

Gets this instance as a On, or null.

Declaration
public AdminAlertingAlertStatePolicy.On AsOn { get; }
Property Value
Type Description
AdminAlertingAlertStatePolicy.On
View Source

AsOther

Gets this instance as a Other, or null.

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

IsOff

Gets a value indicating whether this instance is Off

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

IsOn

Gets a value indicating whether this instance is On

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