Click or drag to resize
ProviderHelperGetInfosByIds 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: SystemString
Object type
ids
Type: System.Collections.GenericIEnumerableInt32
IDs of the objects

Return Value

Type: SafeDictionaryInt32, BaseInfo
See Also