Click or drag to resize

LocalFileSystemOptionsFilterBySyncEntryAttributes Property

Gets or sets a value indicating whether to filter events by SyncEntryAttributes.

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

Property Value

Type: Boolean
true if events are filtered by SyncEntryAttributes; otherwise, false.
See Also