CustomTableItemProviderGetItemInternal Method (Int32) |
Returns custom table item of specified class name and item ID.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax protected virtual CustomTableItem GetItemInternal(
int itemId
)
Parameters
- itemId
- Type: SystemInt32
Item ID
Return Value
Type:
CustomTableItemSee Also