FormHelperMergeFormDefinitions Method |
Merges original and alternative form definitions and returns the result.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax 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:
StringSee Also