ExportResultPart Class

Spotfire 14.3 API Reference
A part in an export result.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ToolsExportResultPart

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 ExportResultPart : IDisposable

The ExportResultPart type exposes the following members.

Properties

  NameDescription
Public propertyContentType
Gets or sets the content type of the part.
Public propertyUri
Gets the Uri for the part.
Top
Methods

  NameDescription
Public methodDispose
Implements IDisposable.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the ExportResultPart class. This will ensore to remove temp files when they are not needed any more.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStream
Gets a stream for writing content to the part.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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