Click or drag to resize

JamItemIdListCollection Constructor (ItemIdList, String)

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: 7.0
Syntax
public JamItemIdListCollection(
	ItemIdList pParent,
	string pFilter
)

Parameters

pParent
Type: Jam.ShellItemIdList
ItemIdList of the parent element.
pFilter
Type: SystemString
Specifies the filter. See Filter for valid filters.
See Also