FormHelper GetFormDefinitionDifference Method Kentico 8.0 API Reference
Returns XML differences between original and alternative form definitions (i.e. returns only fields that differs from each other)

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

original
Type: OnlineSystem String
Default/original form definition
alternative
Type: OnlineSystem String
Alternative form definition
includeAllAltFields (Optional)
Type: OnlineSystem Boolean
If true, result will contain event those fields which are not in the original definition

Return Value

Type: OnlineString
See Also