Click or drag to resize

IExplorerSettingsShellShowNameSpace 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.2
Syntax
bool ShellShowNameSpace(
	string pFolderClassId
)

Parameters

pFolderClassId  String
Identifier for the folder class.

Return Value

Boolean
true if OneDrive are displayed as root node, false otherwise.
See Also