Dropbox .NET SDK

Class AdminAlertingAlertConfiguration

Alert configurations

Inheritance
object
AdminAlertingAlertConfiguration
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 AdminAlertingAlertConfiguration

Constructors

View Source

AdminAlertingAlertConfiguration(AdminAlertingAlertStatePolicy, AdminAlertingAlertSensitivity, RecipientsConfiguration, string, string, MalwareExclusionState)

Initializes a new instance of the AdminAlertingAlertConfiguration class.

Declaration
public AdminAlertingAlertConfiguration(AdminAlertingAlertStatePolicy alertState = null, AdminAlertingAlertSensitivity sensitivityLevel = null, RecipientsConfiguration recipientsSettings = null, string text = null, string excludedFileExtensions = null, MalwareExclusionState malwareExclusionState = null)
Parameters
Type Name Description
AdminAlertingAlertStatePolicy alertState

Alert state.

AdminAlertingAlertSensitivity sensitivityLevel

Sensitivity level.

RecipientsConfiguration recipientsSettings

Recipient settings.

string text

Text.

string excludedFileExtensions

Excluded file extensions.

MalwareExclusionState malwareExclusionState

Malware exclusion list state.

Properties

View Source

AlertState

Alert state.

Declaration
public AdminAlertingAlertStatePolicy AlertState { get; protected set; }
Property Value
Type Description
AdminAlertingAlertStatePolicy
View Source

ExcludedFileExtensions

Excluded file extensions.

Declaration
public string ExcludedFileExtensions { get; protected set; }
Property Value
Type Description
string
View Source

MalwareExclusionState

Malware exclusion list state.

Declaration
public MalwareExclusionState MalwareExclusionState { get; protected set; }
Property Value
Type Description
MalwareExclusionState
View Source

RecipientsSettings

Recipient settings.

Declaration
public RecipientsConfiguration RecipientsSettings { get; protected set; }
Property Value
Type Description
RecipientsConfiguration
View Source

SensitivityLevel

Sensitivity level.

Declaration
public AdminAlertingAlertSensitivity SensitivityLevel { get; protected set; }
Property Value
Type Description
AdminAlertingAlertSensitivity
View Source

Text

Text.

Declaration
public string Text { get; protected set; }
Property Value
Type Description
string

See Also

AdminAlertingChangedAlertConfigDetails
  • View Source
In this article
Back to top Dropbox .NET SDK