FormFieldInfo GetDisplayName Method Kentico 8.1 API Reference
Returns string that represents human readable form of field name. Tries to resolve field's caption. Field name is returned in case of invalid macro or empty caption.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

macroResolver
Type: CMS.MacroEngine IMacroResolver
Macro resolver used to resolve caption, can be null

Return Value

Type: OnlineString
See Also