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.1
Syntax public bool IsParentOf(
ItemIdList p_ItemIdList
)
Public Function IsParentOf (
p_ItemIdList As ItemIdList
) As Boolean
public:
bool IsParentOf(
ItemIdList^ p_ItemIdList
)
member IsParentOf :
p_ItemIdList : ItemIdList -> bool
Parameters
- p_ItemIdList
- Type: Jam.ShellItemIdList
The child ItemIdList
Return Value
Type:
Booleantrue, if this instance is the parent of the passed ItemIdList or if both ItemIdLists represent the same element.
See Also