pem.APS.getApplicationSettings
This method is supported by Operations starting from version 2.9 hotfix01
This method returns the list of Application settings.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Application ID |
|
string |
Version of Application. It is optional parameter. The most current version is used if the parameter is omitted. |
The method returns array of structures:
Name |
Type |
Short Description |
---|---|---|
|
string |
Setting ID |
|
string |
Type of setting. It is optional parameter. |
|
string |
Class of setting. It is optional parameter. |
|
string |
Default value of setting. It is optional parameter. |
|
struct |
The list of restrictions for setting. It is optional parameter. |
|
string |
Minimum acceptable value |
|
string |
Maximum acceptable value |
|
string |
Minimum acceptable length in Unicode characters |
|
string |
Maximum acceptable length in Unicode characters |
|
string |
Regular expression |
|
array of struct |
One of supplied identifiers |
|
string |
Choice ID |
|
string |
Choice name |
Note: To obtain the information on data types of Application in APS format, refer to Application Packaging Standard (APS) Format Specification v2.2 (https://doc.apsstandard.org/2.2/).