Click or drag to resize

SurveyControllerUpdateAndRouteSurveyObjects Method

Called by the ws that is called from the browser when the user clicks "save". Also called when auto-completion is performed by a post-action handler. Validates that: - the active user is assigned to the specified survey objects. - the survey objects aren't marked as 'completed'.

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 int UpdateAndRouteSurveyObjects(
	SurveyUpdateAndRouteOptions options
)

Parameters

options
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyUpdateAndRouteOptions

Return Value

Type: Int32
The number of questions which have been successfully submitted
See Also