IPFExcelImporterItem Methods |
The IPFExcelImporterItem type exposes the following members.
Name | Description | |
---|---|---|
ExcelImporter_AfterSave |
[Method used by the Packflow plugin of CodeCatalyst]
Method called after the save.
| |
ExcelImporter_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.
| |
ExcelImporter_BeforeSave |
[Method used by the Packflow plugin of CodeCatalyst]
Method called before the save.
| |
ExcelImporter_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.
| |
ExcelImporter_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.
| |
ExcelImporter_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.
|