ExplorerSettingsShellShowNameSpace Method |
Determines if a specific namespace (i.e. Cloud storage) is displayed in Windows Explorer's Navigation Tree.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static bool ShellShowNameSpace(
string pFolderClassName
)
Public Shared Function ShellShowNameSpace (
pFolderClassName As String
) As Boolean
public:
static bool ShellShowNameSpace(
String^ pFolderClassName
)
static member ShellShowNameSpace :
pFolderClassName : string -> bool
Parameters
- pFolderClassName
- Type: SystemString
Name of the folder class.
Return Value
Type:
Booleantrue if OneDrive are displayed as root node, false otherwise.
Remarks
In newer Windows versions, there is not only a single OneDrive folder, but there may be more of them.
ShellBrowser uses this function to check if they should be displayed in the ShellTreeView.
See Also