Combines the form with another form info.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- newForm
- Type: CMS.FormEngine FormInfo
Form to include
- overwriteExisting
- Type: System Boolean
If true, existing fields from source form are overwritten by new form fields if their names match
- excludeColumns (Optional)
- Type: System String
Columns to exclude from form combining, separated by semicolon (;)
- includeCategories (Optional)
- Type: System Boolean
If true, categories from the new form will be added
- preserveCategory (Optional)
- Type: System Boolean
If false than even if overwriteExisting is false, field is moved to the current category (but the properties of the field are not overwritten)
See Also