|
LicensingSetLicense Method |
SetLicense method sets the license parameters for the Ab4d.SharpEngine.
The parameter values for the commercial version can be get from the User Account web page of ab4d.com or from the ab4d.com/trial for trial version.
Note that license is not checked immediately after calling this method.
Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public static void SetLicense(
string licenseOwner,
string licenseType,
string platforms,
string license
)
Parameters
- licenseOwner String
- license owner
- licenseType String
- type of the license
- platforms String
- list of platforms that are licensed
- license String
- license text
See Also