loc alRadio
cdsLibManager.delete localRadio toggle (both local)
Description
Specifies what items are deleted.
-
bothmeans both local and inactive items are deleted from the Design Management system (the default) -
localmeans only the local items are deleted
GUI Equivalent
Examples
The following example returns the current value for the environment variable. The return value of (t nil) indicates that both option is enabled and local is disabled:
envGetVal("cdsLibManager.delete" "localRadio")
(t nil)
The example below enables local and disables both:
envSetVal("cdsLibManager.delete" "localRadio" 'toggle '(nil t))
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top