Click or drag to resize
CMSApplicationInit Method
Performs the application initialization on the first request.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static bool Init()

Return Value

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