Click or drag to resize

SurveyPostActionHandlerBaseInitializeODWMDConnectionStringProperty Method

Initialize ODWMD connectionstring property. If arguments doesn't contain odwmdConnectionString and throwError is set an ArgumentException will be thrown.

Namespace:  Omada.OE.Solution.OIM.Assembly.SurveyPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected void InitializeODWMDConnectionStringProperty(
	InitializationArguments arguments,
	bool throwError
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsInitializationArguments
throwError
Type: SystemBoolean
Exceptions
ExceptionCondition
ArgumentException
See Also