Click or drag to resize
ExtendedControlsModuleMetadata Class
Represents the Extended Controls module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.ExtendedControlsExtendedControlsModuleMetadata

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

The ExtendedControlsModuleMetadata type exposes the following members.

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