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: 9.0.0
Syntax
C#
protected static void InitApplication()
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