Click or drag to resize
CMSHttpApplicationInitApplication Method
Initialize CMS application from a web-based environment.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected static void InitApplication(
	Assembly webProjectAssembly
)

Parameters

webProjectAssembly
Type: System.ReflectionAssembly
Web project assembly.
Remarks

This method is not intended to be used in custom code.

Application start ensures that the PreInit and Init methods are called.

See Also