Merges original and alternative form definitions and returns the result.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- original
- Type: System String
Default/original form definition
- alternative
- Type: System String
Alternative form definition (just differences from original)
- includeAllAltFields (Optional)
- Type: System Boolean
If true, result will contain even those fields which are not in the original definition (optional, default value is true)
Return Value
Type: StringSee Also