EmbeddedResource OpenWrite Method TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.

See Also