FormInfoUpdateFormField Method |
Update specified field node.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax 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 Exception | Condition |
---|
ArgumentOutOfRangeException | Field fieldName does not exist |
See Also