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

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetItemNameInternal(
	CustomTableItem item,
	string classDisplayName
)

Parameters

item
Type: CMS.CustomTablesCustomTableItem
Custom table item
classDisplayName
Type: SystemString
Class display name

Return Value

Type: String
See Also