Click or drag to resize

JamItemIdListCollectionGetChildren Method

Enumerates the children of the passed parent element and returns them in a list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public static JamItemIdListCollection GetChildren(
	ItemIdList pParent
)

Parameters

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

Return Value

Type: JamItemIdListCollection
The children.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
See Also