Click or drag to resize
BaseModuleMetadata Class
Represents the Settings Provider module metadata.
Inheritance Hierarchy

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public class BaseModuleMetadata : ModuleMetadata

The BaseModuleMetadata type exposes the following members.

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