Click or drag to resize
FormHelperGetFormDefinitionDifference Method
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.2.23
Syntax
C#
public static string GetFormDefinitionDifference(
	string original,
	string alternative,
	bool includeAllAltFields = false
)

Parameters

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

Return Value

Type: String
See Also