Click or drag to resize
CustomTableItemProviderGetItemTType Method (Int32)
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>(
	int itemId
)
where TType : new(), CustomTableItem

Parameters

itemId
Type: SystemInt32

Type Parameters

TType

Return Value

Type: TType
See Also