Click or drag to resize
LicenseinitializeFromXml Method
Initializes properties from a plain-text XML license document.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
protected virtual bool initializeFromXml(
	XmlDocument xml
)

Parameters

xml
Type: System.XmlXmlDocument
The XmlDocument object with the initialization data

Return Value

Type: Boolean
Returns true if successful.
See Also