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

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