Click or drag to resize

SurveyControllerPerformReassignPostActions Method

Perform post-routing actions when questions has been reassigned.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void PerformReassignPostActions(
	int surveyId,
	string sourceKey,
	List<int> newAssigneeIds
)

Parameters

surveyId
Type: SystemInt32
sourceKey
Type: SystemString
newAssigneeIds
Type: System.Collections.GenericListInt32
See Also