 |
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: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic 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