Click or drag to resize

CalculatedAssignmentVerdictControllerExpireCalculateAssignmentVerdict Method (Guid, DateTime)

Expires a single verdict for a calculated assignment (regardless of whether it is 'approve' or 'remove').

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool ExpireCalculateAssignmentVerdict(
	Guid assignmentKey,
	DateTime expiresOn
)

Parameters

assignmentKey
Type: SystemGuid
Assignment to expire
expiresOn
Type: SystemDateTime
Date of expiry

Return Value

Type: Boolean
Returns true if a verdict was found to expire.
See Also