MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext.WriteStream Method

See Also
 





Writes the specified stream.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

stream

Type: Stream
The Stream value to write.

elementName

Type: String
A string specifying the name of the element.

parentElement

Type: XmlElement
The parent XML element.

 Return Value

Type: XmlElement
The created XmlElement

 See Also