CustomTableItemGeneratorNewInstanceItemType Method |
Creates new instance of the given type
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax public static ItemType NewInstance<ItemType>(
string className
)
where ItemType : new(), CustomTableItem
Parameters
- className
- Type: SystemString
Class name
Type Parameters
- ItemType
Return Value
Type:
ItemTypeSee Also