Click or drag to resize

SurveyTemplateControllerCreateSurveyProcessTemplate Method

Creates a new process template in the db based on a survey template.

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 CreateSurveyProcessTemplate(
	SurveyTemplate survey
)

Parameters

survey
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyTemplate

Return Value

Type: Int32
Returns the id of the new survey process template.
See Also