Click or drag to resize
ModuleEntryManager Class
Provides management of module info objects in the hosting CMS application.
Inheritance Hierarchy

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public class ModuleEntryManager

The ModuleEntryManager type exposes the following members.

Constructors
  NameDescription
Public methodModuleEntryManager
Top
Properties
  NameDescription
Public propertyStatic memberModules
Gets an enumerable collection of module info objects.
Top
Methods
  NameDescription
Public methodStatic memberEnsureAppCodeModules
Ensures modules contained in the app code assembly, which is not discoverable by default
Public methodStatic memberEnsureModuleT Obsolete.
Ensures that a module of the specified type is registered.
Public methodStatic memberGetModuleInfo
Gets a module info object with the specified name.
Public methodStatic memberIsModuleLoaded
Determines whether the module info object with the specified name is available.
Public methodStatic memberRegisterModule
Registers a module info object.
Top
See Also