In The Hand LtdIn The Hand
NotifyFilters Enumeration
NamespacesInTheHand.IONotifyFilters
.NET Components for Mobility
Specifies changes to watch for in a file or folder.
Declaration Syntax
C#Visual Basic
public enum NotifyFilters
Public Enumeration NotifyFilters
Members
MemberDescription
FileName
The name of the file.

DirectoryName
The name of the directory.

Attributes
The attributes of the file or folder.

CreationTime
The time the file or folder was created.

LastAccess
The date the file or folder was last opened.

LastWrite
The date the file or folder last had anything written to it.

Size
The size of the file or folder.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Remarks
You can combine the members of this enumeration to watch for more than one kind of change. For example, you can watch for changes in the size of a file or folder, and for changes in security settings. This raises an event anytime there is a change in size or security settings of a file or folder.
See Also

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0