Click or drag to resize

IPFExcelImporterItem Methods

The IPFExcelImporterItem type exposes the following members.

Methods
  NameDescription
Public methodExcelImporter_AfterSave
[Method used by the Packflow plugin of CodeCatalyst] Method called after the save.
Public methodExcelImporter_AfterValueBinding
[Method used by the Packflow plugin of CodeCatalyst] Method called after a value has been imported into the item. Important: the field may be null if the binding was fully custom.
Public methodExcelImporter_BeforeSave
[Method used by the Packflow plugin of CodeCatalyst] Method called before the save.
Public methodExcelImporter_BeforeValueBinding
[Method used by the Packflow plugin of CodeCatalyst] Method called before a value is imported into the item. The value comes from the Excel file and has not been converted yet. Important: the field may be null if no binding has been found for the Excel column.
Public methodExcelImporter_BindFile
[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.
Public methodExcelImporter_BindValue
[Method used by the Packflow plugin of CodeCatalyst] Binds a value to this item. This method will be called when an equivalent PFField is NOT found for a given Excel column.
Top
See Also