ShellExtensionRegistrarGetDriveName Method |
IT Hit User File System
Gets drive name.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 9.1.29632.0
Syntaxpublic static string GetDriveName(
string syncRootId
)
Public Shared Function GetDriveName (
syncRootId As String
) As String
public:
static String^ GetDriveName(
String^ syncRootId
)
static member GetDriveName :
syncRootId : string -> string
Parameters
- syncRootId
- Type: SystemString
Sync root identifier.
Return Value
Type:
String
See Also