CustomTableItemProviderGetItemTType Method (Int32) |
Returns custom table item of specified type.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax public static TType GetItem<TType>(
int itemId
)
where TType : new(), CustomTableItem
Parameters
- itemId
- Type: SystemInt32
Type Parameters
- TType
Return Value
Type:
TTypeSee Also