Click or drag to resize

OnDemandLocalFileSystemOptionsDehydrateNotPinnedHydrating Property

Gets or sets a value indicating whether to dehydrate a file that is not pinned, which is different from an unpinned file, and being hydrated.

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

Property Value

Type: Boolean
true if a not pinned file is hydrating; otherwise, false.
See Also