Click or drag to resize
BaseInfoDisplayNameColumn Property
Display name column name of the info record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual string DisplayNameColumn { get; }

Property Value

Type: String
Remarks
If the display name column is not known, name of CodeNameColumn is returned.
See Also