Click or drag to resize

LocalFileSystemEventFilter Class

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

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatches
Determines if the input event must be filtered.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also