Table of Contents

Method SaveIndented

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

SaveIndented(XmlDocument, Stream)

Saves xml document to stream with pretty indentation.

public static void SaveIndented(XmlDocument document, Stream stream)

Parameters

document XmlDocument

Xml document.

stream Stream

Output stream.