Click or drag to resize
CustomTableItemNewItemType Method (String, IDataContainer)
Creates new custom table item instance.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax
C#
public static ItemType New<ItemType>(
	string className,
	IDataContainer data
)
where ItemType : new(), CustomTableItem

Parameters

className
Type: SystemString
Class name in format application.class
data
Type: CMS.BaseIDataContainer
Data container containing both tree node and coupled table

Type Parameters

ItemType

Return Value

Type: ItemType
See Also