Click or drag to resize

LocalFileSystemEventFilterDef Class

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

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
  NameDescription
Public methodEquals(LocalFileSystemEventFilterDef)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(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
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
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
Converts to string.
(Overrides ObjectToString.)
Top
See Also