Click or drag to resize
ModuleEntryManagerPreInit Method
Pre-initializes modules.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static void PreInit()
Remarks
PreInit applies to all modules which have AutoInitialize set. Even to those which are not installed.
See Also