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!

ChangedFilters Enumeration

Specifies the changes to watch for in a file or folder.

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

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

Remarks

You can combine the members of this enumeration to watch for more than one kind of change. For example, you can watch for any changes in the size of a file or folder, and for any changes in the security settings. This will raise a flag anytime there is a change in size or the security settings of a file or folder.

Members

Member Name Description
Attributes The attributes of the file or folder.
LastAccess The date that the file or folder was last opened.
LastWrite The date that the file or folder last had anything written to it.
Security The security settings of the file or folder.
Size The size of the file or folder.

Requirements

Namespace: System.IO

Assembly: system.io.dll

See Also

System.IO Namespace