Click or drag to resize

RoPEControllerGetDirectAssignmentUIdForCRA Method (Guid, Guid)

Returns the UIds of the direct assignments causing the CRA

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<Guid> GetDirectAssignmentUIdForCRA(
	Guid assignmentKey,
	Guid identityUId = null
)

Parameters

assignmentKey
Type: SystemGuid
the cra assignment key
identityUId (Optional)
Type: SystemGuid
Optional. Identity which the assignment belongs to. Providing the value will increase performance.

Return Value

Type: ListGuid
See Also