Determines whether the pre-initialization phase of the application core life-cycle is complete. If it is not, it executes it.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax public static bool PreInit()
Return Value
Type:
BooleanTrue, the pre-initialization phase of the application core life-cycle has been executed; otherwise, false.
See Also