Click or drag to resize

ShellFolderConfigurationImpersonateClient Property

Gets or sets a value indicating whether the Windows Shell client is impersonated in the ShellBoost server.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool ImpersonateClient { get; set; }

Property Value

Type: Boolean
true if the Windows Shell client is impersonated; otherwise, false.
See Also