Click or drag to resize
LicenseKeyInfo.LoadLicense Method
Loads the license.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 8.2.23
Syntax
C#
public void LoadLicense(
	string key,
	string domain
)

Parameters

key
Type: System.String
License key
domain
Type: System.String
Domain name
See Also