Click or drag to resize

JamItemIdListCollection Constructor (ItemIdList, String, Boolean, FuncShellBrowserBase, Boolean)

Initializes a new instance of the JamItemIdListCollection class including elements in the passed parent item matching the passed filter.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public JamItemIdListCollection(
	ItemIdList pParent,
	string pFilter,
	bool pFileSystemOnly,
	Func<ShellBrowserBase, bool> pCanAdd
)

Parameters

pParent
Type: Jam.ShellItemIdList
ItemIdList of the parent element.
pFilter
Type: SystemString
Specifies the filter. See Filter for valid filters.
pFileSystemOnly
Type: SystemBoolean
True to exlude no file system objects from the list.
pCanAdd
Type: SystemFuncShellBrowserBase, Boolean
A filter method that decides whether items are included or not.
See Also