Click or drag to resize
CustomTableItemProviderGetItemTType Method (Guid)
Returns custom table item of specified type.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static TType GetItem<TType>(
	Guid itemGuid
)
where TType : new(), CustomTableItem

Parameters

itemGuid
Type: SystemGuid

Type Parameters

TType

Return Value

Type: TType
See Also