Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top