AdvantageModuleEngine Constructor (HttpContext, SQL, Int32, Int32)
Initializes a new instance of the AdvantageConfigurationEngine class.
Namespace:
AdvantageCMS.Core.Common.EngineAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public AdvantageModuleEngine( HttpContext context, SQL currentSQL, int domainId, int languageId )
Parameters
- context
- Type: HttpContext
The current HttpContext. Allows for optimization saving to Advantage web cache
- currentSQL
- Type: AdvantageCMS.Data..::..SQL
The current SQL.
- domainId
- Type: Int32
The domain identifier.
- languageId
- Type: Int32
The language identifier.