ShellExtensionRegistrarSetDriveName Method |
IT Hit User File System
Sets 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 void SetDriveName(
string syncRootId,
string driveName
)
Public Shared Sub SetDriveName (
syncRootId As String,
driveName As String
)
public:
static void SetDriveName(
String^ syncRootId,
String^ driveName
)
static member SetDriveName :
syncRootId : string *
driveName : string -> unit
Parameters
- syncRootId
- Type: SystemString
Sync root identifier. - driveName
- Type: SystemString
Drive name.
See Also