Click or drag to resize
LicenseKeyInfoProviderGetLicenseKeyInfo Method (Int32)
Returns the LicenseKeyInfo structure for the specified licenseKey.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 11.0.0
Syntax
C#
public static LicenseKeyInfo GetLicenseKeyInfo(
	int licenseKeyId
)

Parameters

licenseKeyId
Type: SystemInt32
LicenseKey id

Return Value

Type: LicenseKeyInfo
See Also