Click or drag to resize

JamItemIdListCollection Constructor (ShellBrowserBase)

Note: This API is now obsolete.

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

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

Parameters

pParentShellBrowser
Type: Jam.ShellShellBrowserBase
A ShellBrowser instance of the parent element.
See Also