Click or drag to resize

ShellItemFilterIsIncluded Method

Main method that checks if the relativePidl is contained in the filter.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
protected virtual bool IsIncluded(
	ItemIdList relativePidl
)

Parameters

relativePidl
Type: Jam.ShellItemIdList
Pidl relative to this instance's Folder

Return Value

Type: Boolean
true if the item represented by relativePidl passed the filter criteria, false otherwise
See Also