ActivateLicenseDialog
Description
bool ActivateLicenseDialog(string webServiceUrl,
string computerID,
string userData1,
Control parentWindow,
out string response)Parameters
Parameter
Type
Description
Response XML format
<?xml version='1.0' encoding='UTF-8'?>
<QuickLicenseManager>
<pckey>C06C4C90A497F091C2F080501000C076A0578E</pckey>
<userCompany>My Company</userCompany>
<userFullName>John Smith</userFullName>
<userEmail>[email protected]</userEmail>
</QuickLicenseManager>Example error response
Remarks
Last updated