Click or drag to resize

OnDemandLocalFileSystemRegistrationForce Property

Gets or sets a value indicating whether to force registration, even if the folder is already registered.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool Force { get; set; }

Property Value

Type: Boolean
true if registration must be forced; otherwise, false.
See Also