Share via


FlowStep.AddPassthrough(String[], Boolean) Method

Definition

Register the arguments passed through by the step

public void AddPassthrough (string[] passthroughArguments, bool isReferencedFlow = false);
member this.AddPassthrough : string[] * bool -> unit
Public Sub AddPassthrough (passthroughArguments As String(), Optional isReferencedFlow As Boolean = false)

Parameters

passthroughArguments
String[]

Array of passthrough arguments

isReferencedFlow
Boolean

Is referenced flow

Applies to