Click or drag to resize
XmlHelperCreateDocument Method
Creates a new, empty XML document.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static XmlDocument CreateDocument(
	string documentElementName
)

Parameters

documentElementName
Type: SystemString
The tag name of the document/root element.

Return Value

Type: XmlDocument
Returns a new XmlDocument object containing only the specified document/root element.
See Also