SafeFileWatcherNotifyFilter Property

Gets or sets the type of changes to watch for.

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.110 -- Release Build+5f28d91246fb64a1bf6c938596f3050396eb7eba
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