| 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.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic string GetDisplayName(
	IMacroResolver macroResolver
)
Parameters
- macroResolver
- Type: CMS.MacroEngineIMacroResolver
 Macro resolver used to resolve caption, can be null
Return Value
Type: 
String See Also
See Also