Click or drag to resize

ISurveyPostActionHandlerInitialize Method

Initialize is called when the handler is initialized. A handler is initialized with a set of configuration parameters.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
void Initialize(
	InitializationArguments arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsInitializationArguments
See Also