Enum LicenseType
The type of license.
If you have an invalid, or unlicensed product, you are not authorized to be using the platform and will be prosecuted to the maximum extand allowable under the law.
Namespace: LemonEdge.API.Core
Assembly: API.dll
Syntax
public enum LicenseType : short
Fields
Name | Description |
---|---|
Basic | The production license at the basic tier |
Developer | The developer license tier. Licensed for development, but not for production use internally, only for developing and creating solutions for clients. |
Enterprise | The production license at the enterprise tier |
Partner | The partner license tier. Licensed for development, but not for production use internally, only for developing and creating solutions for clients. |
Professional | The production license at the professional tier |
Trial | Indicates this product is for trial use only, you can not use this in a production or live enviromnent |