Click or drag to resize
EventManagerModuleMetadata Class
Represents the Event Manager module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.EventManagerEventManagerModuleMetadata

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax
C#
public class EventManagerModuleMetadata : ModuleMetadata

The EventManagerModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodEventManagerModuleMetadata
Default constructor
Top
Properties
  NameDescription
Public propertyName
Gets the module name.
(Inherited from ModuleMetadata.)
Public propertyRootPath
Gets the directory with module files.
(Inherited from ModuleMetadata.)
Top
See Also