Click or drag to resize
FormInfoUpdateFormField Method
Update specified field node.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public void UpdateFormField(
	string fieldName,
	FormFieldInfo field
)

Parameters

fieldName
Type: SystemString
Name of a field to update
field
Type: CMS.FormEngineFormFieldInfo
Data for update
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionField fieldName does not exist
See Also