Click or drag to resize
LicenseKeyInfoProviderGetLicenseKeyInfo Method (String, FeatureEnum)
Returns the LicenseKeyInfo structure for the specified domain.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 9.0.0
Syntax
C#
public static LicenseKeyInfo GetLicenseKeyInfo(
	string domain,
	FeatureEnum feature = FeatureEnum.Unknown
)

Parameters

domain
Type: SystemString
LicenseDomain
feature (Optional)
Type: CMS.DataEngineFeatureEnum
Feature

Return Value

Type: LicenseKeyInfo
See Also