Click or drag to resize
AbstractInfoProviderTInfo, TProviderBoundGetInfosByIds Method
Gets the list of info objects by their IDs

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected override SafeDictionary<int, BaseInfo> BoundGetInfosByIds(
	IEnumerable<int> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32
List of IDs to get

Return Value

Type: SafeDictionaryInt32, BaseInfo
See Also