ShellBrowser .Net Edition
IncludeObjectInList Method (p_ItemIdList)
NamespacesJam.ShellShellSystemListIncludeObjectInList(ItemIdList)
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.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual bool IncludeObjectInList(
	ItemIdList p_ItemIdList
)
Protected Overridable Function IncludeObjectInList ( _
	p_ItemIdList As ItemIdList _
) As Boolean
protected:
virtual bool IncludeObjectInList(
	ItemIdList^ p_ItemIdList
)
Parameters
p_ItemIdList (ItemIdList)
the item id list instance of the file that is to be filtered.
Return Value
true, if the item id list is visible in the control according to the property values. false if it should not be visible.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)