Click or drag to resize

LocalFileSystemEventFilter Class

Defines an event filter.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationLocalFileSystemEventFilter

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class LocalFileSystemEventFilter

The LocalFileSystemEventFilter type exposes the following members.

Constructors
  NameDescription
Public methodLocalFileSystemEventFilter
Initializes a new instance of the LocalFileSystemEventFilter class.
Top
Properties
  NameDescription
Public propertyCreationTime
Gets the filter creation time.
Public propertyDefs
Gets the actions to match.
Public propertyIsExpired
Gets a value indicating whether this filter has expired.
Public propertyLeftDuration
Gets the filter left duration.
Public propertyMaximumDuration
Gets the filter maximum duration.
Top
Methods
  NameDescription
Public methodMatches
Determines if the input event must be filtered.
Top
See Also