ExportTool Class TIBCO Spotfire 6.0 API Reference
This is the base class for creating export tools. It provides the ability to package export results and to perform asynchronous prompting. A export tool always operates with the Document as context.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Application Tool
    Spotfire.Dxp.Application Tool Document 
      Spotfire.Dxp.Application.Tools ExportTool
        Spotfire.Dxp.Application.Extension CustomExportTool

Namespace: Spotfire.Dxp.Application.Tools
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public abstract class ExportTool : Tool<Document>
See Also