CustomTableItemProviderGetItemName Method |
Gets custom table item name.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
Syntax public static string GetItemName(
CustomTableItem item,
string classDisplayName
)
Parameters
- item
- Type: CMS.CustomTablesCustomTableItem
Custom table item - classDisplayName
- Type: SystemString
Class display name
Return Value
Type:
StringSee Also