Click or drag to resize

LocalFileSystemIncludeEntry Method

Determines if an entry should be included in enumeration.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual bool IncludeEntry(
	FileSystemEntry entry
)

Parameters

entry
Type: ShellBoost.Core.UtilitiesFileSystemEntry
The entry.

Return Value

Type: Boolean
true if the entry should be included; otherwise false.
See Also