Click or drag to resize

JamItemIdListCollection Constructor (ItemIdList)

Note: This API is now obsolete.

Creates a new collection including the elements contained in the passed item.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
[ObsoleteAttribute("Use static JamItemIdListCollection.GetChildren instead")]
public JamItemIdListCollection(
	ItemIdList pParent
)

Parameters

pParent
Type: Jam.ShellItemIdList
ItemIdList of the parent element.
See Also