Click or drag to resize

SurveyFeatureCloseSurvey Method

This method can be used for closing a running survey. The user executing the code method does not have to be a survey admin The Action object must be a Survey activity for the survey which should be closed

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void CloseSurvey(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
See Also