ShellExtensionRegistrarGetRootIconVisibility Method |
IT Hit User File System
Gets the visibility of the sync root icon in the Windows File Explorer navigation pane.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 9.1.29632.0
Syntaxpublic static bool GetRootIconVisibility(
string syncRootId
)
Public Shared Function GetRootIconVisibility (
syncRootId As String
) As Boolean
public:
static bool GetRootIconVisibility(
String^ syncRootId
)
static member GetRootIconVisibility :
syncRootId : string -> bool
Parameters
- syncRootId
- Type: SystemString
Sync root identifier.
Return Value
Type:
Boolean
See Also