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

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

Parameters

objectType
Type: System.String
Object type
ids
Type: System.Collections.Generic.IEnumerable<Int32>
IDs of the objects

Return Value

Type: SafeDictionary<Int32, BaseInfo>
See Also