DataWeb
Search Results for

    Show / Hide Table of Contents

    Class StagingOptions

    Represents the staging options in the application settings.

    Inheritance
    object
    StagingOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Configuration
    Assembly: DataWeb.Core.dll
    Syntax
    public class StagingOptions

    Properties

    IsStagingArea

    Gets or sets a value indicating whether the application is in staging area.

    Declaration
    public bool IsStagingArea { get; set; }
    Property Value
    Type Description
    bool

    StagingPassword

    Gets or sets the staging area password.

    Declaration
    public string StagingPassword { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX