Click or drag to resize

SafeFileWatcher Properties

The SafeFileWatcher type exposes the following members.

Properties
  Name Description
Public property EnableRaisingEvents Gets or sets a value indicating whether the component is enabled.
Public property Filter Gets or sets the filter string used to determine what files are monitored in a directory.
Public property IncludeSubdirectories Gets or sets a value indicating whether subdirectories within the specified path should be monitored.
Public property InternalBufferSize Gets or sets the size of the internal buffer.
Public property NotifyFilter Gets or sets the type of changes to watch for.
Public property Path Gets or sets the path of the directory to watch.
Public property Site Gets or sets an ISite for the SafeFileWatcher.
Public property SynchronizingObject Gets or sets the object used to marshal the event handler calls issued as a result of a directory change.
Top
See Also