LicenseState (Web Services API)
LicenseState enumeration contains information about the state of the license.
enum LicenseState {
NotActivated,
Activated,
Expired,
Current
};
Elements
Name | Description |
NotActivated | Not activated. |
Activated | Activated. |
Expired | The activation period has expired or the page limit has been reached. |
Current | The license is currently active. |
3/26/2024 1:49:49 PM