Table of Contents

Method Load

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Load(XmlDocument, Stream)

Loads xml document from the specified stream.

public static void Load(XmlDocument document, Stream stream)

Parameters

document XmlDocument

Xml document.

stream Stream

Input stream.