Click or drag to resize
LicenseKeyInfoProviderLicenseEditionExists Method
Returns true if exists at least one valid license for specific edition

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 9.0.0
Syntax
C#
public static bool LicenseEditionExists(
	ProductEditionEnum edition
)

Parameters

edition
Type: CMS.LicenseProviderProductEditionEnum
Product edition enum

Return Value

Type: Boolean
See Also