Click or drag to resize
CustomTableItemGeneratorRegisterDefaultFactory Method
Registers the default factory for the custom table items, which overlaps the default one

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static void RegisterDefaultFactory(
	CustomTableItemFactory factory
)

Parameters

factory
Type: CMS.CustomTablesCustomTableItemFactory
Factory to register
See Also