Click or drag to resize
ModuleInfo Class
Represents a module info.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleInfo

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public sealed class ModuleInfo

The ModuleInfo type exposes the following members.

Constructors
  NameDescription
Public methodModuleInfo(ModuleEntry)
Initializes a new instance of the ModuleInfo class using the specified module.
Public methodModuleInfo(String, String)
Initializes a new instance of the ModuleInfo class using the specified virtual module properties.
Top
Properties
  NameDescription
Public propertyModule
Gets a module associated with this module info.
Public propertyModuleRootPath
Gets a directory with module files.
Public propertyName
Gets a module name.
Top
Methods
See Also