Click or drag to resize
EventLogModuleMetadata Class
Represents the Event Log module metadata.
Inheritance Hierarchy

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

The EventLogModuleMetadata type exposes the following members.

Constructors
  NameDescription
Public methodEventLogModuleMetadata
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