Returns XML differences between original and alternative form definitions
(i.e. returns only fields that differs from each other)
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
- includeAllAltFields (Optional)
- Type: System Boolean
If true, result will contain event those fields which are not in the original definition
Return Value
Type: StringSee Also