| 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
Syntaxpublic bool ExpireCalculateAssignmentVerdict(
Guid assignmentKey,
DateTime expiresOn
)
Parameters
- assignmentKey
- Type: SystemGuid
Assignment to expire - expiresOn
- Type: SystemDateTime
Date of expiry
Return Value
Type:
BooleanReturns true if a verdict was found to expire.
See Also