Click or drag to resize

PFExternalConnection_BindingsAdd Method

Adds a new generic binding.

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 Add(
	PFField field,
	string targetName,
	string targetId = "",
	PFExternalConnection_BindingSyncType syncType = PFExternalConnection_BindingSyncType.ReadOnly,
	string constantValue = null
)

Parameters

field
Type: Packflow.CorePFField
The bound Packflow field.
targetName
Type: SystemString
The name of the target (external) field/column.
targetId (Optional)
Type: SystemString
The id of the target (external) field/column. Optional.
syncType (Optional)
Type: Packflow.CorePFExternalConnection_BindingSyncType
Type of synchronization (from and/or to the external source). Optional.
constantValue (Optional)
Type: SystemString
A value applied on synchronized items, replacing the external data. Optional.

Return Value

Type: PFExternalConnection_Binding
PFExternalConnection_Binding
See Also