Click or drag to resize
CustomTableItemProvider Constructor (Boolean, String)
Initializes a new instance of the CustomTableItemProvider class.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 12.0.0
Syntax
C#
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