Class StagingOptions
Represents the staging options in the application settings.
Inherited Members
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 |