Dropbox .NET SDK

Class AdminAlertCategoryEnum

Alert category

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

Constructors

View Source

AdminAlertCategoryEnum()

Initializes a new instance of the AdminAlertCategoryEnum class.

Declaration
public AdminAlertCategoryEnum()

Properties

View Source

AsAccountTakeover

Gets this instance as a AccountTakeover, or null.

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

AsDataLossProtection

Gets this instance as a DataLossProtection, or null.

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

AsInformationGovernance

Gets this instance as a InformationGovernance, or null.

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

AsMalwareSharing

Gets this instance as a MalwareSharing, or null.

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

AsMassiveFileOperation

Gets this instance as a MassiveFileOperation, or null.

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

AsNa

Gets this instance as a Na, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsThreatManagement

Gets this instance as a ThreatManagement, or null.

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

IsAccountTakeover

Gets a value indicating whether this instance is AccountTakeover

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

IsDataLossProtection

Gets a value indicating whether this instance is DataLossProtection

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

IsInformationGovernance

Gets a value indicating whether this instance is InformationGovernance

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

IsMalwareSharing

Gets a value indicating whether this instance is MalwareSharing

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

IsMassiveFileOperation

Gets a value indicating whether this instance is MassiveFileOperation

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

IsNa

Gets a value indicating whether this instance is Na

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

IsThreatManagement

Gets a value indicating whether this instance is ThreatManagement

Declaration
public bool IsThreatManagement { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK