ExportResult Class

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
Syntax

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

The ExportResult type exposes the following members.

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
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
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the ExportResult class.
(Overrides ObjectFinalize.)
Public methodGetEnumerator
Gets an enumerator that iterates through the parts.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSave
Saves the contents to the specified directory path.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetPart
Tries to get the part with the specified path.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference