Search
XmlPersistContext.WriteStream Method
See Also
 






Writes the specified stream.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public XElement WriteStream (
    Stream stream,
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

Public Function WriteStream( _
    stream As Stream, _
    elementName As String, _
    parentElement As XElement _
) As XElement

 Parameters

stream

The .NET Stream object to write.

elementName

The name of the element under which the object should be written.

parentElement

The parent element of the newly created node.

 Return Value

 See Also