Click or drag to resize
BaseAbstractInfoProviderBoundGetInfosByIds Method
Gets the info by its type and ID from the appropriate provider.

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

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32
IDs of the objects

Return Value

Type: SafeDictionaryInt32, BaseInfo
See Also