CustomTableItemProviderGetItem Method (Guid, String) |
Returns custom table item of specified class name and item GUID.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax public static CustomTableItem GetItem(
Guid itemGuid,
string className
)
Parameters
- itemGuid
- Type: SystemGuid
Item GUID - className
- Type: SystemString
Class name
Return Value
Type:
CustomTableItemSee Also