XmlUtilsSaveFormatted Method (String, XmlDocument) |
Saves an
XmlDocument to a file using hierarchical indenting (four spaces per level).
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic static void SaveFormatted(
string filePath,
XmlDocument xdDocument
)
Parameters
- filePath
- Type: SystemString
The target file. - xdDocument
- Type: System.XmlXmlDocument
The XML document.
See Also