AUTOREFRESHFOLDERS: Difference between revisions
Appearance
Created page with "This variable disables the automatic refresh of folders. SET AUTOREFRESHFOLDERS=value ;Default settings: * SET AUTOREFRESHFOLDERS=YES ;Parameters:Value can be YES or NO. *..." |
m fix consistency |
||
Line 1: | Line 1: | ||
This variable disables the automatic refresh of folders. | This variable disables the automatic refresh of Workplace folders. | ||
SET AUTOREFRESHFOLDERS=value | SET AUTOREFRESHFOLDERS=value | ||
Line 5: | Line 5: | ||
* SET AUTOREFRESHFOLDERS=YES | * SET AUTOREFRESHFOLDERS=YES | ||
;Parameters:Value can be YES or NO. | ;Parameters:Value can be YES or NO. If this parameter is not set it defaults to YES. | ||
;Examples:The automatic refresh of folders is enabled. | |||
SET AUTOREFRESHFOLDERS= | |||
SET AUTOREFRESHFOLDERS=YES | |||
The automatic refresh of folders is disabled. | |||
SET AUTOREFRESHFOLDERS=NO | |||
[[Category:Environment variable]] | [[Category:Environment variable]] |
Revision as of 17:03, 15 November 2017
This variable disables the automatic refresh of Workplace folders.
SET AUTOREFRESHFOLDERS=value
- Default settings
- SET AUTOREFRESHFOLDERS=YES
- Parameters
- Value can be YES or NO. If this parameter is not set it defaults to YES.
- Examples
- The automatic refresh of folders is enabled.
SET AUTOREFRESHFOLDERS= SET AUTOREFRESHFOLDERS=YES
The automatic refresh of folders is disabled.
SET AUTOREFRESHFOLDERS=NO