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

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