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: 7.1
Syntax public static JamItemIdListCollection GetChildren(
ItemIdList pParent
)
Public Shared Function GetChildren (
pParent As ItemIdList
) As JamItemIdListCollection
public:
static JamItemIdListCollection^ GetChildren(
ItemIdList^ pParent
)
static member GetChildren :
pParent : ItemIdList -> JamItemIdListCollection
Parameters
- pParent
- Type: Jam.ShellItemIdList
ItemIdList of the parent element.
Return Value
Type:
JamItemIdListCollectionThe children.
Exceptions See Also