ModuleEntryManagerInit Method |
Initializes modules.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax public static void Init()
Remarks
Init applies to all modules which have
AutoInitialize set and are
either not installable or are installed in the same version as their NuGet package.
See Also