Click or drag to resize
ModuleEntryManagerEnsureModule Method (ModuleEntry)
Ensures that the specified module is registered.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public static void EnsureModule(
	ModuleEntry module
)

Parameters

module
Type: CMS.CoreModuleEntry
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