SettingsGroupViewerControlGetFormEngineUserControl Method |
Gets FormEngineUserControl instance for the input SettingsKeyInfo object.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected FormEngineUserControl GetFormEngineUserControl(
SettingsKeyInfo key,
int groupNo,
int keyNo
)
Parameters
- key
- Type: CMS.DataEngineSettingsKeyInfo
SettingsKeyInfo - groupNo
- Type: SystemInt32
Number representing index of the processing settings group - keyNo
- Type: SystemInt32
Number representing index of the processing SettingsKeyInfo
Return Value
Type:
FormEngineUserControlSee Also