Click or drag to resize
IInfoProviderGetInfosByIds Method
Gets the infos by ids collection.

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

Parameters

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

Return Value

Type: SafeDictionaryInt32, BaseInfo
See Also