SafeFileWatcherNotifyFilter Property

Gets or sets the type of changes to watch for.

Definition

Namespace: Gemstone.IO
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.136 -- Release Build+d454dafd53fcce88fce9c0a8ec8597176c30b791
public NotifyFilters NotifyFilter { get; set; }

Return Value

NotifyFilters
One of the NotifyFilters values. The default is the bitwise OR combination of LastWrite, FileName, and DirectoryName.

Exceptions

ArgumentExceptionThe value is not a valid bitwise OR combination of the NotifyFilters values.
InvalidEnumArgumentExceptionThe value that is being set is not valid.

See Also