CMSApplicationPreInit Method (Boolean) |
Performs the application pre-initialization, collects services to IoC container but does not built the container.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static bool PreInit(
bool initializeContainer
)
Parameters
- initializeContainer
- Type: SystemBoolean
Decides whether IoC container will be initialized.
Return Value
Type:
BooleanReturns true, if the application was pre-initialized during this call.
See Also Reference
IoCContainer.SetServiceProvider(IServiceProvider)