| FormUserControlInfoProviderMergeDefaultValues Method  | 
            Merges FormInfo of parent user control with default values of child user control.
            
 
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntaxpublic static string MergeDefaultValues(
	string formInfo,
	string inheritedFormInfo
)
Parameters
- formInfo
 - Type: SystemString
Original form info - inheritedFormInfo
 - Type: SystemString
Inherited form info 
Return Value
Type: 
StringMerged XML with parent control definition and child default values
See Also