ControlsHelperGetControlsHashtableControlType Method (ListControlType) |
Translates the controls ArrayList to the Hashtable indexed by the controls ID [Control.ID.ToLowerCSafe()] -> [Control]
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public static SafeDictionary<string, ControlType> GetControlsHashtable<ControlType>(
List<ControlType> controls
)
where ControlType : Control
Parameters
- controls
- Type: System.Collections.GenericListControlType
Controls to translate
Type Parameters
- ControlType
Return Value
Type:
SafeDictionaryString,
ControlTypeSee Also