Click or drag to resize

ItemIdListIsParentOf Method

Determines whether the passed ItemIdList is a child of this instance or if it represents the same element as the callee.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public bool IsParentOf(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
The child ItemIdList

Return Value

Type: Boolean
true, if this instance is the parent of the passed ItemIdList or if both ItemIdLists represent the same element.
See Also