CustomTableItemProviderGetItem Method (Int32, String) |
Returns custom table item of specified class name and item ID.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
Syntax public static CustomTableItem GetItem(
int itemId,
string className
)
Parameters
- itemId
- Type: SystemInt32
Item ID - className
- Type: SystemString
Class name
Return Value
Type:
CustomTableItemSee Also