ControlsHelper.GetControlsHashtable<ControlType> Method (List<ControlType>, Func<ControlType, String>)Kentico 8.1 API Reference
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: 8.0.0.0 (8.1.5347.20411)

Parameters

controls
Type: OnlineSystem.Collections.Generic.List<ControlType>
Controls to translate
idFunc
Type: OnlineSystem.Func<ControlType, OnlineString>
Function that transforms the control to its ID

Return Value

Type: SafeDictionary<OnlineString, ControlType>
See Also