Click or drag to resize
FormHelperGetFormControlSettingsXml Method
Gets settings XML representation from specified FormFieldInfo.

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

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
Form field info

Return Value

Type: String
See Also