Click or drag to resize

PFApplicationServicePackflowApplicationTypeHandleFileItemBinding Method

Handles the binding of word files to their source item, according to the PFFile's settings. May trigger the FileBinding event

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected void HandleFileItemBinding(
	PFFile fileContent,
	PFFieldFileHolder fhField,
	bool save = true
)

Parameters

fileContent
Type: Packflow.CorePFFile
The file to bind
fhField
Type: Packflow.CorePFFieldFileHolder
The field the PFFile belongs to
save (Optional)
Type: SystemBoolean
Set this value true to automatically save the file
See Also