EmbeddedResourceOpenWrite Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference