Click or drag to resize

PFExternalConnection_BindingsRemove Method

Removes the specified binding from the collection. Works with object reference. Provided binding has to be loaded from collection.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool Remove(
	PFExternalConnection_Binding binding
)

Parameters

binding
Type: Packflow.CorePFExternalConnection_Binding
The binding.

Return Value

Type: Boolean
True if the binding was found in collection
See Also