Click or drag to resize
CustomTableModuleMetadata Class
Represents the Site module metadata.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleMetadata
    CMS.CustomTablesCustomTableModuleMetadata

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax
C#
public class CustomTableModuleMetadata : ModuleMetadata

The CustomTableModuleMetadata type exposes the following members.

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