Show/Hide Toolbars

Licence Protector 5

 

This command is used to retrieve all modules of a license file.

 

Name

GetModuleList                                                                                        

Purpose

Gets the list of all modules inside the license file

Params

Parameter

Type

Example

Note

WithNames

Boolean

True

Should all module names also be returned

WithTypes

Boolean

False

Should all module types also be returned

Returncode

Returncode

Type String

Note

List of modules

The modules are separated by semicolon (;)

Without names and types:

D1001;D1002;D1006;D1003;D1004;D1005

With names:

D1001;ERP Module;D1002;Analysis Module;D1006;Accounting Module;D1003;Number of Employees;D1004;CTI Module;D1005;Custom Reports

With names and types:

D1001;ERP Module;U;D1002;Analysis Module;S;D1006;Accounting Module;R;D1003;Number of Employees;C;D1004;CTI Module;Y;D1005;Custom Reports;I

Usage

To see which modules are already inside your license file.

Sample

 

  sList := lic.GetModuleList(false, false);

  << use the sList … >>

  ...

 

See also

AddModule, DeleteModule, ExistsModule

 

 

To check if a specific module is available in the license file use ExistsModule