ModuleEntryManagerPreInit Method |
Pre-initializes modules.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax public static void PreInit()
Remarks
PreInit applies to all modules which have
AutoInitialize set. Even to those
which are not installed.
See Also