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.2
Syntax
public bool IsParentOf(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList  ItemIdList
The child ItemIdList

Return Value

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