ExportResult AddPart Method (String, ContentType) TIBCO Spotfire 6.5 API Reference
Adds a new part to the result.

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

public ExportResultPart AddPart(
	string relativePath,
	ContentType contentType
)

Parameters

relativePath
Type: System String
The relative path of the part.
contentType
Type: System.Net.Mime ContentType
The content type.

Return Value

Type: ExportResultPart
The part added.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also