Click or drag to resize

FlatFileCsvPostActionHandlerPerformAction Method

Called for preprocessing before onboarding the Flat File CSV Offline system.

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#
public ActionArgument PerformAction(
	ActionArgument arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActionsActionArgument
System information generated from onboarding of Flat File CSV Offline system including connection details.

Return Value

Type: ActionArgument
See Also