Click or drag to resize

ISurveyPostActionHandlerPerformAction Method

PerformAction executes an action on a single survey object in a survey. This happens when: 1) A survey object has just been processed in a non-final workflow step. This only happens if the action is configured with RunAfterEveryStep=true. 2) A survey object has just been processed in the final workflow step. 3) The survey is being (prematurely) closed.

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(
	ActionArguments arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
Holds information about a single survey object.
See Also