Click or drag to resize
CustomTableItemGeneratorRegisterCustomTable Method (String, CustomTableItemFactory)
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(
	string className,
	CustomTableItemFactory factory
)

Parameters

className
Type: SystemString
Class name to register
factory
Type: CMS.CustomTablesCustomTableItemFactory
Factory to use for new items
See Also