FormHelperCombineFormDefinitions Method |
Combines two form definitions together. Fields from second definition are added at the end of first definition.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public static string CombineFormDefinitions(
string def1,
string def2
)
Parameters
- def1
- Type: SystemString
First form definition - def2
- Type: SystemString
Second form definition
Return Value
Type:
StringSee Also