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 public virtual bool DehydrateNotPinnedHydrating { get; set; }
Property Value
Type:
Booleantrue if a not pinned file is hydrating; otherwise,
false.
See Also