FormHelperGetFormControlSettingsFromXML Method |
Gets FormFieldInfo with initialized settings (Settings and SettingMacroTable properties) from specified XML representation.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static FormFieldInfo GetFormControlSettingsFromXML(
string settingsXml
)
Parameters
- settingsXml
- Type: SystemString
Form control settings XML
Return Value
Type:
FormFieldInfoSee Also