Click or drag to resize

SafeFileWatcherNotifyFilter Property

Gets or sets the type of changes to watch for.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public NotifyFilters NotifyFilter { get; set; }
View Source

Return Value

NotifyFilters
One of the NotifyFilters values. The default is the bitwise OR combination of LastWrite, FileName, and DirectoryName.
Exceptions
ExceptionCondition
ArgumentExceptionThe value is not a valid bitwise OR combination of the NotifyFilters values.
InvalidEnumArgumentExceptionThe value that is being set is not valid.
See Also