Click or drag to resize

LocalFileSystemWatcherNotifyFilter Property

Gets or sets the type of changes to watch for.

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

Property Value

Type: NotifyFilters
The type of changes to watch for.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is 0.
See Also