| IContextHelperGetContextsFromIds Method |
Returns ContextDataObjects from DataObject 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
SyntaxIEnumerable<ContextDataObject> GetContextsFromIds(
IEnumerable<int> contextIds,
DataObject contextType,
string sourceName,
bool areDeleted = false
)
Parameters
- contextIds
- Type: System.Collections.GenericIEnumerableInt32
Context dataObject ids - contextType
- Type: Omada.OE.ModelDataObject
data object defining the ContextType of context - sourceName
- Type: SystemString
- areDeleted (Optional)
- Type: SystemBoolean
When the deletion is being processed it should be set to true
Return Value
Type:
IEnumerableContextDataObject
See Also