Click or drag to resize
FormInfoCombineWithForm Method (FormInfo, CombineWithFormSettings)
Combines the form with another form info.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public void CombineWithForm(
	FormInfo newForm,
	CombineWithFormSettings settings
)

Parameters

newForm
Type: CMS.FormEngineFormInfo
Form to include
settings
Type: CMS.FormEngineCombineWithFormSettings
Combine settings
See Also