| ExplorerSettingsShellShowOneDrive Method  | 
 Determines if OneDrive is displayed in Windows Explorer's Navigation Tree.
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
 Syntax
Syntaxpublic static bool ShellShowOneDrive()
Public Shared Function ShellShowOneDrive As Boolean
public:
static bool ShellShowOneDrive()
static member ShellShowOneDrive : unit -> bool 
Return Value
Type: 
Booleantrue if OneDrive are displayed as root node, false otherwise.
 See Also
See Also