| ResourceAssignmentStatusCountLoadOptionsCreateForAccessRequestIds Method |
Get count of resource assignments
that origins from the provided access requests
Namespace:
Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static ResourceAssignmentStatusCountLoadOptions CreateForAccessRequestIds(
IEnumerable<int> accessRequestIds
)
Parameters
- accessRequestIds
- Type: System.Collections.GenericIEnumerableInt32
Collection of access request data object ids
Return Value
Type:
ResourceAssignmentStatusCountLoadOptions
See Also