Class AutomationAppSettings
Represents the automation settings defined in the configuration file.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationAppSettings
Constructors
AutomationAppSettings()
Initializes a new instance of the AutomationAppSettings class.
Declaration
public AutomationAppSettings()
Properties
Gets or sets the automation email options.
Declaration
public AutomationAppSettings.EmailOptions Email { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomationAppSettings.EmailOptions |
IsAutomation
Gets or sets the automation activation.
Declaration
public bool IsAutomation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsProfileCookie
Gets or sets the profile cookie activation.
Declaration
public bool IsProfileCookie { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |