PFExternalConnection_BindingsAddFileHolder Method |
Adds a new binding targeting a fileHolder field.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFExternalConnection_Binding_FileHolder AddFileHolder(
PFField field,
string targetName,
string targetId = "",
PFExternalConnection_BindingSyncType syncType = PFExternalConnection_BindingSyncType.ReadOnly,
string filesDirectoryPath = "",
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. - filesDirectoryPath (Optional)
- Type: SystemString
Path of the folder containing the files for the FileHolder fields.
If set, overrides the setting on the location.
- constantValue (Optional)
- Type: SystemString
A value applied on synchronized items, replacing the external data. Optional.
Return Value
Type:
PFExternalConnection_Binding_FileHolderPFExternalConnection_BindingSee Also