License #
Syntax | Description | Type |
---|---|---|
REGISTER LICENSE | Register License | RDL |
SHOW LICENSE INFO | View License | RQL |
1. Register license #
REGISTER LICENSE
Example
Register license with registration code
REGISTER LICENSE 'license-key';
Register license with license file
REGISTER LICENSE 'path/license-file';
2. View License #
Execute following commend to view license
SHOW LICENSE INFO;
Example
View license
SHOW LICENSE INFO;
Use the registration code file to preview license
SHOW LICENSE INFO 'license-key';
Use license file to preview license
SHOW LICENSE INFO 'path/license-file';