Click or drag to resize

EngineWindowsShellExtensionsComServerRpcEnabled Property

IT Hit User File System
Enables gRpc server to communicate with COM shell extensions running in a separate process. Default is false.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public bool ShellExtensionsComServerRpcEnabled { get; set; }

Property Value

Type: Boolean
Remarks
Set this property to true if you are using RPC shell extension handlers, running in the external COM executable. Set this property to false if you are running integrated shell extension handlers, running in the same process with the Engine or if you are not using shell extension handlers.
See Also