Click or drag to resize

ShellSystemListIncludeObjectInList Method

Returns true if the object referenced by the item id list should be shown in the list according to the show options and filters that are eventually set.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected virtual bool IncludeObjectInList(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
the item id list instance of the file that is to be filtered.

Return Value

Type: Boolean
true, if the item id list is visible in the control according to the property values. false if it should not be visible.
See Also