Click or drag to resize
CustomTableItemGeneratorRegisterCustomTableItemType Method (String)
Registers the given custom table item class

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static void RegisterCustomTable<ItemType>(
	string className
)
where ItemType : new(), CustomTableItem

Parameters

className
Type: SystemString
Class name to register

Type Parameters

ItemType
See Also