Show / Hide Table of Contents

Class AdminAlertCategoryEnum

Alert category

Inheritance
System.Object
AdminAlertCategoryEnum
AdminAlertCategoryEnum.AccountTakeover
AdminAlertCategoryEnum.DataLossProtection
AdminAlertCategoryEnum.InformationGovernance
AdminAlertCategoryEnum.MalwareSharing
AdminAlertCategoryEnum.MassiveFileOperation
AdminAlertCategoryEnum.Na
AdminAlertCategoryEnum.Other
AdminAlertCategoryEnum.ThreatManagement
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 AdminAlertCategoryEnum

Constructors

| Improve this Doc View Source

AdminAlertCategoryEnum()

Initializes a new instance of the AdminAlertCategoryEnum class.

Declaration
public AdminAlertCategoryEnum()

Properties

| Improve this Doc View Source

AsAccountTakeover

Gets this instance as a AccountTakeover, or null.

Declaration
public AdminAlertCategoryEnum.AccountTakeover AsAccountTakeover { get; }
Property Value
Type Description
AdminAlertCategoryEnum.AccountTakeover
| Improve this Doc View Source

AsDataLossProtection

Gets this instance as a DataLossProtection, or null.

Declaration
public AdminAlertCategoryEnum.DataLossProtection AsDataLossProtection { get; }
Property Value
Type Description
AdminAlertCategoryEnum.DataLossProtection
| Improve this Doc View Source

AsInformationGovernance

Gets this instance as a InformationGovernance, or null.

Declaration
public AdminAlertCategoryEnum.InformationGovernance AsInformationGovernance { get; }
Property Value
Type Description
AdminAlertCategoryEnum.InformationGovernance
| Improve this Doc View Source

AsMalwareSharing

Gets this instance as a MalwareSharing, or null.

Declaration
public AdminAlertCategoryEnum.MalwareSharing AsMalwareSharing { get; }
Property Value
Type Description
AdminAlertCategoryEnum.MalwareSharing
| Improve this Doc View Source

AsMassiveFileOperation

Gets this instance as a MassiveFileOperation, or null.

Declaration
public AdminAlertCategoryEnum.MassiveFileOperation AsMassiveFileOperation { get; }
Property Value
Type Description
AdminAlertCategoryEnum.MassiveFileOperation
| Improve this Doc View Source

AsNa

Gets this instance as a Na, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsThreatManagement

Gets this instance as a ThreatManagement, or null.

Declaration
public AdminAlertCategoryEnum.ThreatManagement AsThreatManagement { get; }
Property Value
Type Description
AdminAlertCategoryEnum.ThreatManagement
| Improve this Doc View Source

IsAccountTakeover

Gets a value indicating whether this instance is AccountTakeover

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

IsDataLossProtection

Gets a value indicating whether this instance is DataLossProtection

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

IsInformationGovernance

Gets a value indicating whether this instance is InformationGovernance

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

IsMalwareSharing

Gets a value indicating whether this instance is MalwareSharing

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

IsMassiveFileOperation

Gets a value indicating whether this instance is MassiveFileOperation

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

IsThreatManagement

Gets a value indicating whether this instance is ThreatManagement

Declaration
public bool IsThreatManagement { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AdminAlertCategoryEnum()
  • Properties
    • AsAccountTakeover
    • AsDataLossProtection
    • AsInformationGovernance
    • AsMalwareSharing
    • AsMassiveFileOperation
    • AsNa
    • AsOther
    • AsThreatManagement
    • IsAccountTakeover
    • IsDataLossProtection
    • IsInformationGovernance
    • IsMalwareSharing
    • IsMassiveFileOperation
    • IsNa
    • IsOther
    • IsThreatManagement
Back to top Generated by DocFX