Click or drag to resize
FormInfoUpdateExistingFields Method
Updates the existing fields from the FormInfo definition.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public void UpdateExistingFields(
	FormInfo existing
)

Parameters

existing
Type: CMS.FormEngineFormInfo
FormInfo with existing fields
See Also