Click or drag to resize

ShellExtensionRegistrarRegisterHandler Method

IT Hit User File System
Registers shell service provider COM class as well as registers it for sync root.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public static void RegisterHandler(
	string syncRootId,
	string handlerName,
	Guid handlerGuid,
	string shellExtensionsComServerExePath = null
)

Parameters

syncRootId
Type: SystemString
Sync root identifier.
handlerName
Type: SystemString
Name of shell service provider.
handlerGuid
Type: SystemGuid
CLSID of shell service provider.
shellExtensionsComServerExePath (Optional)
Type: SystemString
Absolute path of external COM server executable. Will not register COM class in CLSID if not provided.
See Also