CMSApplicationPreInit Method |
Performs the application pre-initialization on the first request.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static bool PreInit(
bool isWebSite
)
Parameters
- isWebSite
- Type: SystemBoolean
If true, the application is a web site/application
Return Value
Type:
BooleanReturns true, if the application was pre-initialized during this call.
See Also