Click or drag to resize
CustomTableItemProviderGetItem Method (Int32, String)
Returns custom table item of specified class name and item ID.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static CustomTableItem GetItem(
	int itemId,
	string className
)

Parameters

itemId
Type: SystemInt32
Item ID
className
Type: SystemString
Class name

Return Value

Type: CustomTableItem
See Also