Click or drag to resize

SurveyTemplateControllerGetSurveyTemplateUIDdBySystemName Method

Gets UID of a survey template based on systemName

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 Guid GetSurveyTemplateUIDdBySystemName(
	string systemName
)

Parameters

systemName
Type: SystemString
System name of a survey template

Return Value

Type: Guid
UID of a survey template
See Also