Click or drag to resize
XmlHelperImportDocument Method (XmlDocument, XmlElement, XmlDocument)
Imports an xml document as a child element of the specified element

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static void ImportDocument(
	ref XmlDocument doc,
	ref XmlElement element,
	XmlDocument docToImport
)

Parameters

doc
Type: System.XmlXmlDocument
The destination XmlDocument object.
element
Type: System.XmlXmlElement
The root XmlElement in the destination XmlDocument, under which the source document will be imported.
docToImport
Type: System.XmlXmlDocument
The source XmlDocument document to import.
See Also