Click or drag to resize

RoleApprovalProcessLaunchParametersModifier Delegate

By implementing the delegate it is possible to modify the launch parameters of an approval process. The delegate can be specified in the RoleAssignmentCreationParams.

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 delegate void RoleApprovalProcessLaunchParametersModifier(
	RoleApprovalProcessLaunchParametersModifierArgs eventArgs
)

Parameters

eventArgs
Type: Omada.OE.Solution.OIM.AppLogicRoleApprovalProcessLaunchParametersModifierArgs
See Also