Click or drag to resize
FormHelperGetFormControlSettingsFromXML Method
Gets FormFieldInfo with initialized settings (Settings and SettingMacroTable properties) from specified XML representation.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static FormFieldInfo GetFormControlSettingsFromXML(
	string settingsXml
)

Parameters

settingsXml
Type: SystemString
Form control settings XML

Return Value

Type: FormFieldInfo
See Also