Click or drag to resize
PortalModuleMetadata Class
Represents the Portal module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.PortalEnginePortalModuleMetadata

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

The PortalModuleMetadata type exposes the following members.

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