Click or drag to resize
FormUserControlInfoProviderMergeDefaultValues Method
Merges FormInfo of parent user control with default values of child user control.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public static string MergeDefaultValues(
	string formInfo,
	string inheritedFormInfo
)

Parameters

formInfo
Type: SystemString
Original form info
inheritedFormInfo
Type: SystemString
Inherited form info

Return Value

Type: String
Merged XML with parent control definition and child default values
See Also