Click or drag to resize

IReassignPostActionHandlerPerformAction Method

Called when a survey question is reassigned

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
void PerformAction(
	ReassignActionArguments arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsReassignActionArguments
Information about the survey, survey object and the new assignees
See Also