get
Interface Information
>This API belongs to SentinelLmAdmin.dll.
>The corresponding library is License Manager administration library.
String get (String scope, String query)
This API retrieves information based on the query parameter that is passed. It provides comprehensive information related to adminLibraryInfo.
Parameters
Parameter | Description |
scope [in] | Search/filter parameters for the query. |
query [in] |
Type of query; such as SNTL_QUERY_LMADMIN_LIBRARY_INFO_LATEST. |
Follow the query type links below to learn more about the corresponding XML query, scope, and output.
Query Types | Versions* | Description |
---|---|---|
adminLibraryInfo | 1.0 | The information about the admin library. |
Returns
Requested information in XML format.
Exception Handling
If unsuccessful, throws LmAdminException and UnsupportedEncodingException.