AbstractInfoProviderTInfo, TProvider, TQueryGetInfosByIds Method |
Gets the list of info objects by their IDs.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected virtual SafeDictionary<int, BaseInfo> GetInfosByIds(
IEnumerable<int> ids
)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableInt32
List of IDs to get
Return Value
Type:
SafeDictionaryInt32,
BaseInfoSee Also