ExportResult Class TIBCO Spotfire 7.12 API Reference
A container with the parts representing the result of an export tool.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ToolsExportResult

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

C#
public sealed class ExportResult : IEnumerable<ExportResultPart>, 
	IEnumerable, IDisposable

The ExportResult type exposes the following members.

Methods

  NameDescription
Public methodAddPart(ContentType)
Adds a new part to the result.
Public methodAddPart(String)
Adds a new part to the result.
Public methodAddPart(String, ContentType)
Adds a new part to the result.
Public methodDispose
Implements IDisposable.
Public methodGetEnumerator
Gets an enumerator that iterates through the parts.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSave
Saves the contents to the specified directory path.
Public methodTryGetPart
Tries to get the part with the specified path.
Top
Properties

  NameDescription
Public propertyCanFrameworkHandleResult
Gets a value indicating whether the framework can handle the result from the tool.
Public propertyCount
Gets the number of parts.
Public propertyMainPart
Gets or sets the main part. That is the part which will first be considered by the framework when it is delegated to handle the export result.
Public propertyShouldFrameworkHandleResult
Gets or sets a value indicating whether the framework should handle the result from the tool.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference