CustomTableItemProvider Constructor (Boolean, String) |
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 12.0.0
Syntax protected CustomTableItemProvider(
bool initialize,
string className
)
Parameters
- initialize
- Type: SystemBoolean
Indicates if provider together with hash tables should be initialized. - className
- Type: SystemString
Class name of the custom table.
See Also