| CMSApplicationPreInit Method (Boolean) | 
Note: This API is now obsolete.
            Performs the application pre-initialization on the first request.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax[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: 
BooleanReturns true, if the application was pre-initialized during this call.
See Also