Click or drag to resize

LocalFileSystemEventFilterIsExpired Property

Gets a value indicating whether this filter has expired.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsExpired { get; }

Property Value

Type: Boolean
true if this filter has expired; otherwise, false.
See Also