ModuleEntryManager EnsureModule T  Method Kentico 8.0 API Reference
Ensures that a module of the specified type is registered.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.0.5239.26125)
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