Click or drag to resize

OnDemandLocalFileSystemRegistrationUseUserSidForPathRegistration Property

Gets or sets a value indicating whether to use the current user's Security Identifier as the registry key name for the UserSyncRoots.

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

Property Value

Type: Boolean
true if the current user's Security Identifier must be used as the registry key name for the UserSyncRoots; otherwise, false.
See Also