ASP.NET Pack Programmer's Guide
XmlPersistContext.ReadStream Method
See Also
 





Reads a stream with the specified name.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public Stream ReadStream (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

elementName

A string specifying the name of the element.

parentElement

The parent XML element.

 Return Value

Type: Stream
The read Stream value

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.UI.WebForms Namespace