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.1
Syntax bool ShellShowNameSpace(
string pFolderClassId
)
Function ShellShowNameSpace (
pFolderClassId As String
) As Boolean
bool ShellShowNameSpace(
String^ pFolderClassId
)
abstract ShellShowNameSpace :
pFolderClassId : string -> bool
Parameters
- pFolderClassId
- Type: SystemString
Identifier for the folder class.
Return Value
Type:
Booleantrue if OneDrive are displayed as root node, false otherwise.
See Also