Click or drag to resize

SurveyEventControllerGetSurveyTemplateShadowDataObjectType Method (Int32, Boolean)

Get the shadow data object type for 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 DataObjectType GetSurveyTemplateShadowDataObjectType(
	int surveyId,
	bool throwIfNotFound = false
)

Parameters

surveyId
Type: SystemInt32
Id of a survey based on the survey template of the shadow DOT
throwIfNotFound (Optional)
Type: SystemBoolean
If true, an exception is thrown if the shadow DOT is not found.

Return Value

Type: DataObjectType
See Also