Creates new ArasXmlDocument.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public XmlDocument newXMLDocument()
Visual Basic (Declaration)
Public Function newXMLDocument As XmlDocument
J#
public XmlDocument newXMLDocument()
JScript
public function newXMLDocument() : XmlDocument

Return Value

Instance of System.Xml.ArasXmlDocument

Remarks

Returned ArasXmlDocument has property PreserveWhitespace set to true.

See Also