Click or drag to resize

GenericExportHandlerT, E, I Properties

The GenericExportHandlerT, E, I type exposes the following members.

Properties
 NameDescription
Public propertyContextMenuBOMModifiers 
Public propertyConversionCheckboxes 
Protected propertyCurrentExportCase This this generic handles supports normal export, export in PDM and silent export, it's often important to know which case is the current one.
Protected propertyExportSucceeded True if user implementation of Export(ListE) retuned true, or if implementation of SecondPhaseExport(ListE) returns true.
Public propertyExtendedSettings The base extension class, in case it supports extended settings.
Public propertyGeneralSetting_AttachMergedPDFsToRootItems True to collect merge PDFs as documents of the root item. Default is false to avoid regression.
Protected propertyHandleExport A flag that is set to true when user loads an Export Profile bound to this handler. False otherwise and when user has exited the Export. Used to define whether specific events should be handled or not.
Public propertyItemizer RowItemizer that defines which export rows are unique items and which ones are attachments of those unique items.
Protected propertySilentMode True when the export core requests Silent Export. When this is true, export handling is expected to be fully automatic and must not have any user interaction.
Public propertyWriteBackHandler The class that handles writing back values from Export to files.
Top
See Also