Interface ConfigFile.ISuspendedSiteConfiguration
Configuration values related to Suspended state. Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ISuspendedSiteConfiguration
Properties
download_baseurl
Download base url
Declaration
string download_baseurl { get; set; }
Property Value
Type | Description |
---|---|
string |
suspended
The current state of the site.
Declaration
bool suspended { get; set; }
Property Value
Type | Description |
---|---|
bool |