Click or drag to resize

IPFExcelImporterItemExcelImporter_BindFile Method

[Method used by the Packflow plugin of CodeCatalyst] This method allows to override a file info before it is imported for a given field. This method will be called when an equivalent PFField is found for a given Excel column.

Namespace:  Packflow.Core.CodeCatalyst
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
FileInfo ExcelImporter_BindFile(
	string fieldName,
	FileInfo file
)

Parameters

fieldName
Type: SystemString
Name of the Packflow field that will host the file.
file
Type: System.IOFileInfo
The current file info.

Return Value

Type: FileInfo
The file info to import (same as the file parameter by default).
See Also