Click or drag to resize
ControlsHelperAddControlsToHashtable Method

Note: This API is now obsolete.

Adds the controls to the given Hashtable.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method will be removed in next major release.")]
public static void AddControlsToHashtable(
	ArrayList controls,
	Hashtable table
)

Parameters

controls
Type: System.CollectionsArrayList
Controls to add
table
Type: System.CollectionsHashtable
Table
See Also