Click or drag to resize
ReportingModuleMetadata Class
Represents the Reporting module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.ReportingReportingModuleMetadata

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 10.0.0
Syntax
C#
public class ReportingModuleMetadata : ModuleMetadata

The ReportingModuleMetadata type exposes the following members.

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