Click or drag to resize
FormControlsModuleMetadata Class
Represents the FormControls module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.FormControlsFormControlsModuleMetadata

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

The FormControlsModuleMetadata type exposes the following members.

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