Click or drag to resize

PFExternalConnection_BindingsAddDummy Method

Adds a new dummy binding to the collection. Use this method to test providers independently from Packflow. DO NOT USE this method for a real binding setup in Packflow.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFExternalConnection_Binding AddDummy(
	string targetName,
	string targetId = ""
)

Parameters

targetName
Type: SystemString
targetId (Optional)
Type: SystemString

Return Value

Type: PFExternalConnection_Binding
See Also