Click or drag to resize

LocalFileSystemIncludeEntry Method

Determines if an entry should be included in enumeration.

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

Parameters

entry
Type: callback.ShellBoost.Core.UtilitiesFileSystemEntry
The entry.

Return Value

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