Click or drag to resize
FormHelperMergeFormDefinitions Method
Merges original and alternative form definitions and returns the result.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static string MergeFormDefinitions(
	string original,
	string alternative,
	bool includeAllAltFields = true
)

Parameters

original
Type: SystemString
Default/original form definition
alternative
Type: SystemString
Alternative form definition (just differences from original)
includeAllAltFields (Optional)
Type: SystemBoolean
If true, result will contain even those fields which are not in the original definition (optional, default value is true)

Return Value

Type: String
See Also