Click or drag to resize
ImportExport Events DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The ImportExport type exposes the following members.

Events
  Name Description
Public event DBLinksFinish
When importing links from the database by calling ImportDbLinks multi threading is used. This event is raised when the processing completes.
Public event ExportThis
When ExportData runs, it raises this event for every system and subject in the set-up data. The caller must handle this event, which passes a ShouldItemBeExportedArgs object. The caller should examine the read-only properties on this and set the ExportItem property on it to indicate whether this item should be exported.
Top
See Also