Click or drag to resize
AppCoreInit Method
Determines whether the initialization phase of the application core life-cycle is complete. If it is not, it executes it.

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

Return Value

Type: Boolean
True, if the initialization phase of the application core life-cycle has been executed; otherwise, false.
Remarks
This method is not intended to be used in custom code. Use CMS.DataEngine.CMSApplication.Init() instead.
See Also