DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationAppSettings

    Represents the automation settings defined in the configuration file.

    Inheritance
    object
    AutomationAppSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Email

    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
    In this article
    Back to top Generated by DocFX