Click or drag to resize
ControlsHelperGetControlsHashtableTControl Method (ListTControl)
Translates the controls ArrayList to the Hashtable indexed by the controls ID [Control.ID.ToLowerCSafe()] -> [Control]

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static SafeDictionary<string, TControl> GetControlsHashtable<TControl>(
	List<TControl> controls
)
where TControl : Control

Parameters

controls
Type: System.Collections.GenericListTControl
Controls to translate

Type Parameters

TControl

Return Value

Type: SafeDictionaryString, TControl
See Also