EmbeddedResourceOpenWrite Method

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference