| SurveyTemplateControllerGetSurveyTemplatesInfo Method |
Get info about Survey templates
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 List<SurveyTemplateInfo> GetSurveyTemplatesInfo(
List<Guid> uIdPostList
)
Parameters
- uIdPostList
- Type: System.Collections.GenericListGuid
Positive list of survey template UId's. Unless the list is empty,
only objects with the provided UIds's are loaded.
Return Value
Type:
ListSurveyTemplateInfo
List of objects containing info about the survey template
See Also