ApplicationDataModel
Application settings
Properties
| Name | Description | Additional information |
|---|---|---|
| DisplayName | No documentation available. |
Type: String |
| Description | No documentation available. |
Type: String |
| ResourceType | No documentation available. |
Type: String |
| Enabled | No documentation available. |
Type: Boolean |
| VisibleWhenDisabled | No documentation available. |
Type: Boolean |
| ShortcutAddedToDesktop | No documentation available. |
Type: Boolean |
| ShortcutAddedToStartMenu | No documentation available. |
Type: Boolean |
| StartMenuFolder | No documentation available. |
Type: String |
| Executable | No documentation available. |
Type: String |
| Arguments | No documentation available. |
Type: String |
| WorkingDirectory | No documentation available. |
Type: String |
| ClientFolder | No documentation available. |
Type: String |
| ColorDepth | No documentation available. |
Type: String |
| WindowSize | No documentation available. |
Type: String |
| CpuPriorityLevel | No documentation available. |
Type: String |
| WaitForPrinterCreation | No documentation available. |
Type: Boolean |
| IconData | No documentation available. |
Type: String |
| Id | No documentation available. |
Type: String |
| Name | No documentation available. |
Type: String |
Sample
application/json
{
"DisplayName": "sample string 1",
"Description": "sample string 2",
"ResourceType": "sample string 3",
"Enabled": true,
"VisibleWhenDisabled": true,
"ShortcutAddedToDesktop": true,
"ShortcutAddedToStartMenu": true,
"StartMenuFolder": "sample string 8",
"Executable": "sample string 9",
"Arguments": "sample string 10",
"WorkingDirectory": "sample string 11",
"ClientFolder": "sample string 12",
"ColorDepth": "sample string 13",
"WindowSize": "sample string 14",
"CpuPriorityLevel": "sample string 15",
"WaitForPrinterCreation": true,
"IconData": "sample string 17",
"Id": "sample string 18",
"Name": "sample string 19"
}