Click or drag to resize
DeveloperLicenseiValidateDeveloperLicense Method
Validates LicenseXML property content. Use this to check if you supplied valid license.

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public bool iValidateDeveloperLicense()

Return Value

Type: Boolean
True or false
Remarks
You don't have to create instance of DeveloperLicense object. This is here to provide support for non .NET applications using COM model, which does not support static class members.
See Also