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

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax
C#
public static string GetItemName(
	CustomTableItem item,
	string classDisplayName
)

Parameters

item
Type: CMS.CustomTables.CustomTableItem
Custom table item
classDisplayName
Type: System.String
Class display name

Return Value

Type: String
See Also