DataExtensions ToDictionaryById Method (IEnumerable BaseInfo )Kentico 8.1 API Reference
Converts the list of objects to a dictionary indexed by object ID

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

objects
Type: OnlineSystem.Collections.Generic IEnumerable BaseInfo 
List of objects to convert

Return Value

Type: SafeDictionary OnlineInt32, BaseInfo 
See Also