Click or drag to resize
MacroModuleMetadata Class
Represents the Macro module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.MacroEngineMacroModuleMetadata

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public class MacroModuleMetadata : ModuleMetadata

The MacroModuleMetadata type exposes the following members.

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