Click or drag to resize
CMSApplicationPreInit Method (Boolean)
Performs the application pre-initialization, collects services to IoC container but does not built the container.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static bool PreInit(
	bool initializeContainer
)

Parameters

initializeContainer
Type: SystemBoolean
Decides whether IoC container will be initialized.

Return Value

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