Click or drag to resize
FormFieldInfoGetDisplayName Method
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: 10.0.0
Syntax
C#
public string GetDisplayName(
	IMacroResolver macroResolver
)

Parameters

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

Return Value

Type: String
See Also