A part in an export result.
Inheritance Hierarchy
Spotfire.Dxp.Application.ToolsExportResultPart
Namespace: Spotfire.Dxp.Application.Tools
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public sealed class ExportResultPart : IDisposable
The ExportResultPart type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ContentType | Gets or sets the content type of the part.
|
![]() | Uri | Gets the Uri for the part.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Implements IDisposable. |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize |
Finalizes an instance of the ExportResultPart class.
This will ensore to remove temp files when they are not needed any more.
(Overrides ObjectFinalize.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetStream | Gets a stream for writing content to the part.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also