CustomTableItemProviderGetItemTType Method (Guid) |
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>(
Guid itemGuid
)
where TType : new(), CustomTableItem
Parameters
- itemGuid
- Type: SystemGuid
Type Parameters
- TType
Return Value
Type:
TTypeSee Also