Click or drag to resize

TLLInterfaceActivateSerial Method

Tries to retrieve license from API based on serial number

Namespace:  TreeksLicensingLibrary2.EasyIntegration
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public string ActivateSerial(
	string serial,
	string name = "",
	string surname = "",
	string email = ""
)

Parameters

serial
Type: SystemString
Serial number
name (Optional)
Type: SystemString
Name for bulk serial activation
surname (Optional)
Type: SystemString
Surname for bulk serial activation
email (Optional)
Type: SystemString
E-mail for bulk serial activation

Return Value

Type: String
OK string on success, otherwise error message
Remarks
This function works with TLL licensing server only.
See Also