ProductEditionEnum Enumeration |
License types.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 9.0.0
Syntax public enum ProductEditionEnum
Members
| Member name | Value | Description |
---|
| Free | 0 |
Free.
|
| Standard | 1 |
Standard.
|
| Base | 2 |
Base.
|
| SmallBusiness | 3 |
Small business license.
|
| Ecommerce | 4 |
Ecommerce.
|
| Professional | 5 |
Professional.
|
| Professional3x | 6 |
Professional version 3.
|
| Enterprise | 7 |
Enterprise.
|
| Ultimate | 8 |
Ultimate edition, all features.
|
| EnterpriseMarketingSolution | 9 |
Enterprise marketing solution
|
| UltimateV7 | 10 |
Ultimate version 7 and higher.
|
See Also