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!

FileSystemWatcher Properties

The properties of the FileSystemWatcher class are listed below. For a complete list of FileSystemWatcher class members, see the FileSystemWatcher Members topic.

Public:

ChangedFilter Gets or sets the type of changes to watch for.
Enabled Gets or sets a value indicating whether the component is enabled.
Filter Gets or sets the filter string, used to determine what files are monitored in a directory.
IncludeSubdirectories Gets or sets a value indicating whether subdirectories within the specified path should be monitored.
InternalBufferSize Gets or sets the internal buffer size.
Path Gets or sets the path string of the directory to watch.
Site (inherited from Component) Gets or sets the site of the Component.
SynchronizingObject Gets or sets the object used to marshal the event handler calls issued as a result of a directory change.
Target Gets or sets a value indicating whether to watch files, directories, or files and directories within the given path.

See Also

FileSystemWatcher Class | System.IO Namespace