 |
LicensingSetLicense(String, String, String, String) Method |
SetLicense method sets the license parameters for the Ab4d.SharpEngine.
The parameter values for the commercial version can be retrieved from the User Account web page on 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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Licensing.SetLicense(System.String,System.String,System.String,System.String)"]
See Also