Click or drag to resize
LicenseKeyInfoLoadLicense 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: SystemString
License key
domain
Type: SystemString
Domain name
See Also