Click or drag to resize

PFUserIdentityViewHtmlHelperGetColumnDisplayName Method

Gets the display name of a column.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public override string GetColumnDisplayName(
	string columnName,
	PFTranslations translations
)

Parameters

columnName
Type: SystemString
Name of the column.
translations
Type: Packflow.InterfacePFTranslations
The translations.

Return Value

Type: String
The column's display name.
See Also