Click or drag to resize
CustomTableItemGeneratorNewInstanceItemType Method
Creates new instance of the given type

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

Parameters

className
Type: SystemString
Class name

Type Parameters

ItemType

Return Value

Type: ItemType
See Also