Click or drag to resize
ControlsHelperAddControlsToHashtable Method
Adds the controls to the given Hashtable.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static void AddControlsToHashtable(
	ArrayList controls,
	Hashtable table
)

Parameters

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