| SurveyTemplateControllerDeserializeSurveyTemplate Method (String) |
Deserializes SurveyTemplateML xml data into an object model.
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 SurveyTemplate DeserializeSurveyTemplate(
string surveyTemplateXml
)
Parameters
- surveyTemplateXml
- Type: SystemString
String with SurveyTemplateML xml data.
Return Value
Type:
SurveyTemplate
See Also