Click or drag to resize

ExchangePostActionHandlerGetParameters Method

Get parameters for test connection request

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnBoardingPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected override Dictionary<string, string> GetParameters(
	ActionArgument arguments,
	string sectionName,
	string prefix
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActionsActionArgument
sectionName
Type: SystemString
prefix
Type: SystemString

Return Value

Type: DictionaryString, String
See Also