• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class AdminAlertingAlertStatePolicy

Policy for controlling whether an alert can be triggered or not

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

Constructors

| Improve this Doc View Source

AdminAlertingAlertStatePolicy()

Initializes a new instance of the AdminAlertingAlertStatePolicy class.

Declaration
public AdminAlertingAlertStatePolicy()

Properties

| Improve this Doc View Source

AsOff

Gets this instance as a Off, or null.

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

AsOn

Gets this instance as a On, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsOff

Gets a value indicating whether this instance is Off

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

IsOn

Gets a value indicating whether this instance is On

Declaration
public bool IsOn { 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
    • AdminAlertingAlertStatePolicy()
  • Properties
    • AsOff
    • AsOn
    • AsOther
    • IsOff
    • IsOn
    • IsOther
Back to top Generated by DocFX