CustomTableAttribute Constructor |
Constructor
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax public CustomTableAttribute(
string className,
Type type
)
Parameters
- className
- Type: SystemString
Class name - type
- Type: SystemType
Class to register
See Also