ExportResult Methods TIBCO Spotfire 6.0 API Reference
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.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that iterates through the parts.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Saves the contents to the specified directory path.
Public methodTryGetPart
Tries to get the part with the specified path.
Back to Top
See Also