Click or drag to resize

PFExternalConnectionsHubGetNewBinding Method

Gets a new binding for given connection

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFAdminExternalConnectionBindingViewModel GetNewBinding(
	PFAdminExternalConnectionViewModel model,
	string sourceFieldId,
	string sourceFieldName,
	string pFFieldName
)

Parameters

model
Type: Packflow.InterfacePFAdminExternalConnectionViewModel
The connection model.
sourceFieldId
Type: SystemString
The source field identifier.
sourceFieldName
Type: SystemString
Name of the source field.
pFFieldName
Type: SystemString
Name of the Packflow field.

Return Value

Type: PFAdminExternalConnectionBindingViewModel
Exceptions
ExceptionCondition
ValidationException
See Also