IAutomationUpdateDongleLicence Method

Updates the dongle licence from an existing XML file

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool UpdateDongleLicence(
	string dongleUpdateXMLFilePath,
	out string error
)

Parameters

dongleUpdateXMLFilePath  String
xml file path
error  String
error information if failing

Return Value

Boolean
true if successful

See Also