ModuleEntryManagerEnsureModuleT Method |
Ensures that a module of the specified type is registered.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax public static void EnsureModule<T>()
where T : new(), ModuleEntry
Type Parameters
- T
- The type of the module to register.
Remarks
If a module info object with the same name is already available, the manager does nothing.
If the application life-cycle has already started, the module initialization starts immediately to catch up.
See Also