Click or drag to resize

ContextHelperUpdateContextParameters Method (ContextParameters, ContextParameters, Boolean)

Updates context parameters with other context parameters

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static void UpdateContextParameters(
	ContextParameters source,
	ContextParameters destination,
	bool keepParameterDirection
)

Parameters

source
Type: WorkflowGen.My.DataContextParameters
Source context parameters with the data used from the update
destination
Type: WorkflowGen.My.DataContextParameters
Destination context parameters to be updated with completion data
keepParameterDirection
Type: SystemBoolean
Indicates to keep the parameter's direction of the destination context
See Also