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.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 ItemIdList
- The child ItemIdList
Return Value
Booleantrue, if this instance is the parent of the passed ItemIdList or if both ItemIdLists represent the same element.
See Also