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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual SafeDictionary<int, BaseInfo> GetInfosByIds(
	IEnumerable<int> ids
)

Parameters

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

Return Value

Type: SafeDictionaryInt32, BaseInfo
See Also