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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
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