EmbeddedResource OpenWrite Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also