Click or drag to resize
CustomTableItemProviderGetItemName Method
Gets custom table item name.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
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: String
See Also