The IiLicenseManager interface is used to manage licenses.
| Property name | Brief description | |
|
The FeatureDescription property returns name of a system feature. |
|
![]() |
The IsStandalone property returns True, if a standalone license is used, otherwise it returns False. NOTE. The property is not intended to be used in application code. It is kept for compatibility with previous versions. |
|
![]() |
The Server property returns the license server name, from which the license is used. NOTE. The property is not intended to be used in application code. It is kept for compatibility with previous versions. |
| Method name | Brief description | |
![]() |
The AddFeature method adds a license code. NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions. |
|
![]() |
The CheckinCommuterLicense method checks in a local license, enabling the temporary use of application offline, to license server. NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions. |
|
![]() |
The CheckoutCommuterLicense method checks out a local license, enabling to use the application offline, from license server. NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions. |
|
![]() |
The CommuterInfo method gets information about a temporary local feature checked out from license server. NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions. |
|
![]() |
The DeleteFeature method deletes license code from the current session. NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions. |
|
![]() |
The FeatureInfo method gets information on a feature. NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions. |
|
![]() |
The GetAllFeatures method returns a list of all available features. |
|
![]() |
The IsCheckedOut method checks if temporary local license is checked out from license server. NOTE. The method is not intended to be used in application code. It is kept for compatibility with previous versions. |
|
![]() |
The RequestLicense method checks if the set feature is included to the license and returns check result. |
See also: