Desktop application configuration
name | data type | type | namespace | min/max occurs | wrapped by | description |
---|---|---|---|---|---|---|
allow_cached_password | boolean | element | 0/1 | Whether or nor the desktop application should offer to cache or remember the user's password. | ||
auto_update_url | string | element | 0/1 | Auto-update server URL. The is the location where the desktop application can check for newer versions and update itself. | ||
max_file_size | long | element | 0/1 | The maximum file size that the desktop application should sync (upload or download). | ||
process_config | desktopAppProcessConfig | element | 0/1 | Configures which desktop processes can trigger on-demand file downloads. | ||
sync_interval | int | element | 0/1 | How often, in minutes, that the desktop application should check with the server for updated settings and modified files. |
Example
<desktop_app_config> <auto_update_url>...</auto_update_url> <allow_cached_password>...</allow_cached_password> <max_file_size>...</max_file_size> <sync_interval>...</sync_interval> <process_config> <allow_unlisted_processes>...</allow_unlisted_processes> <allow_unlisted_process_override>...</allow_unlisted_process_override> <allowed_processes> <name>...</name> </allowed_processes> <blocked_processes> <name>...</name> </blocked_processes> <href>...</href> <links> <link/> </links> </process_config> </desktop_app_config>