NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WatcherChangeTypes Enumeration

Changes that may occur to a file or directory.

[Visual Basic]
Public Enum WatcherChangeTypes
[C#]
public enum WatcherChangeTypes
[C++]
public enum WatcherChangeTypes

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Changed The change of a file or folder.
Created The creation of a file or folder.
Deleted The deletion of a file or folder.
Renamed The renaming of a file or folder.

Requirements

Namespace: System.IO

Assembly: system.io.dll

See Also

System.IO Namespace