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: 12.0.0
Syntax public 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