Click or drag to resize

LocalFileSystemEventFilterDef Class

Defines an event filter set.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationLocalFileSystemEventFilterDef

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class LocalFileSystemEventFilterDef : IEquatable<LocalFileSystemEventFilterDef>

The LocalFileSystemEventFilterDef type exposes the following members.

Constructors
  NameDescription
Public methodLocalFileSystemEventFilterDef
Initializes a new instance of the LocalFileSystemEventFilterDef class.
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the optional action to match.
Public propertyCount
Gets or sets the effective matches count.
Public propertyHasReachedMaximum
Gets a value indicating whether this instance has reached the maximum count, if MaximumCount is defined.
Public propertyMaximumCount
Gets or sets the maximum count.
Public propertyOldPath
Gets or sets the optional old path to match.
Public propertyPath
Gets or sets the optional path to match.
Top
Methods
See Also