EmbeddedResource OpenWrite Method TIBCO Spotfire 7.0 API Reference
Opens a stream to this EmbeddedResource for writing.

Namespace: Spotfire.Dxp.Framework.Persistence
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public Stream OpenWrite()

Return Value

Type: Stream
A writable Stream.
Remarks

Data written to an EmbeddedResource will be stored in the DXP file if the EmbeddedResource is serialized by a DocumentNode in the document.

When the document is loaded from a DXP file, any serialized EmbeddedResources can be deserialized as any other object and their content can be accessed by calling the OpenRead  method.

Version Information

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