Class ConfigurationAppSettings
Represents the application settings defined in the configuration file.
Inherited Members
Namespace: DataWeb.Configuration
Assembly: DataWeb.Core.dll
Syntax
public class ConfigurationAppSettings
Constructors
ConfigurationAppSettings()
Initializes a new instance of the ConfigurationAppSettings class.
Declaration
public ConfigurationAppSettings()
Properties
AccountOptions
Gets or sets the account options.
Declaration
public AccountOptions AccountOptions { get; set; }
Property Value
Type | Description |
---|---|
AccountOptions |
AppHostName
Gets or sets the application host name.
Declaration
public string AppHostName { get; set; }
Property Value
Type | Description |
---|---|
string |
AppName
Gets or sets the application name.
Declaration
public string AppName { get; set; }
Property Value
Type | Description |
---|---|
string |
AppSecretKey
Gets or sets the application secret key.
Declaration
public string AppSecretKey { get; set; }
Property Value
Type | Description |
---|---|
string |
AppStorageMaxSize
Gets or sets the maximum allowed storage size for the application.
Declaration
public long AppStorageMaxSize { get; set; }
Property Value
Type | Description |
---|---|
long |
AppUrl
Gets or sets the application URL.
Declaration
public string AppUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CookieExpirationDays
Gets or sets the cookie expiration days.
Declaration
public int CookieExpirationDays { get; set; }
Property Value
Type | Description |
---|---|
int |
EmailOptions
Gets or sets the email options.
Declaration
public EmailOptions EmailOptions { get; set; }
Property Value
Type | Description |
---|---|
EmailOptions |
JwtExpirationDays
Gets or sets the JWT expiration days.
Declaration
public int JwtExpirationDays { get; set; }
Property Value
Type | Description |
---|---|
int |
LocalizationOptions
Gets or sets the localization options.
Declaration
public LocalizationOptions LocalizationOptions { get; set; }
Property Value
Type | Description |
---|---|
LocalizationOptions |
ProvisioningOptions
Gets or sets the provisioning options.
Declaration
public ProvisioningOptions ProvisioningOptions { get; set; }
Property Value
Type | Description |
---|---|
ProvisioningOptions |
StagingOptions
Gets or sets the staging options.
Declaration
public StagingOptions StagingOptions { get; set; }
Property Value
Type | Description |
---|---|
StagingOptions |