MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.ReadStream Method
See Also
 





Reads a Stream from the element with the specified name.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.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
Type: String
A string that specifies the name of the element to read.
parentElement
Type: XmlElement
An instance of the System.Xml.XmlElement class that specifies the parent element.

 Return Value

Type: Stream
The System.IO.Stream read;

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace