Click or drag to resize
EditingFormControlGetInputClientID Method (ControlCollection, Hashtable)

Note: This API is now obsolete.

Goes through controls collection and insert into provided hashtable input, select and file controls without associated label.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Not intended for public use. Use GetInputClientID(ControlCollection controls) instead.")]
public static void GetInputClientID(
	ControlCollection controls,
	Hashtable associatedControls
)

Parameters

controls
Type: System.Web.UIControlCollection
ControlCollection with controls to be searched
associatedControls
Type: System.CollectionsHashtable
Hashtable where control client ID will be saved
See Also