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

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

Parameters

itemGuid
Type: SystemGuid
Item GUID
className
Type: SystemString
Class name

Return Value

Type: CustomTableItem
See Also