Click or drag to resize

LocalFileSystemEntryIncludeEventArgs Class

Provides data for the Includes event of the LocalFileSystem class.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.Core.SynchronizationLocalFileSystemEntryIncludeEventArgs

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

The LocalFileSystemEntryIncludeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLocalFileSystemEntryIncludeEventArgs
Initializes a new instance of the LocalFileSystemEntryIncludeEventArgs class.
Top
Properties
  NameDescription
Public propertyEntry
Gets the entry instance.
Public propertyIsIncluded
Gets or sets a value indicating whether the entry is included.
Top
See Also