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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.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