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: 10.0.0
Syntax public string GetDisplayName(
IMacroResolver macroResolver
)
Parameters
- macroResolver
- Type: CMS.MacroEngineIMacroResolver
Macro resolver used to resolve caption, can be null
Return Value
Type:
StringSee Also