IInfoProviderGetInfosByIds Method |
Gets the infos by ids collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax SafeDictionary<int, BaseInfo> GetInfosByIds(
IEnumerable<int> ids
)
Parameters
- ids
- Type: System.Collections.GenericIEnumerableInt32
IDs of the objects
Return Value
Type:
SafeDictionaryInt32,
BaseInfoSee Also