Click or drag to resize
CMSApplicationPreInit Method (Boolean)

Note: This API is now obsolete.

Performs the application pre-initialization on the first request.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("The isWebSite parameter has no effect. Use PreInit() method instead.")]
public static bool PreInit(
	bool isWebSite
)

Parameters

isWebSite
Type: SystemBoolean
If true, the application is a web site/application

Return Value

Type: Boolean
Returns true, if the application was pre-initialized during this call.
See Also