Click or drag to resize
CustomTableItemProvider Constructor (String)

Note: This API is now obsolete.

Base constructor for inherited classes and internal purposes

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This constructor is meant for system purposes, it shouldn't be used directly.")]
public CustomTableItemProvider(
	string className
)

Parameters

className
Type: SystemString
Class name of the custom table
See Also