TLLInterfaceActivateTrial Method |
This function calls the API and asks for demo license, used to track non-licensed users.
Namespace:
TreeksLicensingLibrary2.EasyIntegration
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public string ActivateTrial(
string Email = ""
)
Public Function ActivateTrial (
Optional Email As String = ""
) As String
public:
String^ ActivateTrial(
String^ Email = L""
)
member ActivateTrial :
?Email : string
(* Defaults:
let _Email = defaultArg Email ""
*)
-> string
Parameters
- Email (Optional)
- Type: SystemString
This parameter may be required (depends on activation server config)
Return Value
Type:
StringOK string on success, otherwise error message
Remarks This function works with TLL licensing server only.
See Also