| SurveyControllerGetSurveyTemplateFromSurveyObject Method |
Returns the survey template stored (as xml) on a survey process instance target object.
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
Syntaxpublic virtual SurveyTemplate GetSurveyTemplateFromSurveyObject(
int surveyId
)
Parameters
- surveyId
- Type: SystemInt32
Id of the survey instance data object id.
Return Value
Type:
SurveyTemplate
See Also