Click or drag to resize

RecertificationMessageBuilderGetIntegrationSurveyMessage Method

Generates message with survey data

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public override SurveyMessage GetIntegrationSurveyMessage(
	SurveyIntegrationParams surveyParams
)

Parameters

surveyParams
Type: Omada.OE.Solution.OIM.AppLogic.IntegrationSurveyIntegrationParams
parameters collected from the action

Return Value

Type: SurveyMessage
SurveyMessage message created from the parameters
See Also