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:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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