Click or drag to resize
CMSHttpApplicationPreInit Method

Note: This API is now obsolete.

Pre-initializes the web application.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method should not be used in custom code and will be removed. Use CMSApplication.Init() instead.")]
public static bool PreInit()

Return Value

Type: Boolean
Always true
See Also