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:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool DehydrateNotPinnedHydrating { get; set; }
Property Value
Type:
Booleantrue if a not pinned file is hydrating; otherwise,
false.
See Also