ProviderHelperGetInfosByIds Method |
Gets the info by its type and ID from the appropriate provider.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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,
BaseInfoSee Also