Click or drag to resize
CMSApplicationPreInit Method
Performs the application pre-initialization on the first request.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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