Click or drag to resize
AbstractInfoProviderTInfo, TProviderGetInfosByIds 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 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