| IDataObjectIntegrationHelperGetDataObjects Method |
Load data objects by their IDs
Namespace:
Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
SyntaxIList<DataObject> GetDataObjects(
IReadOnlyCollection<int> dataObjectIds
)
Parameters
- dataObjectIds
- Type: System.Collections.GenericIReadOnlyCollectionInt32
Data objects ids
Return Value
Type:
IListDataObjectCollection of DataObject
See Also