ShellItemIdListIsChildOf Method |
Determines if this instance is a child of another instance.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool IsChildOf(
ShellItemIdList parent
)
Parameters
- parent
- Type: ShellBoost.CoreShellItemIdList
The potential parent instance.
Return Value
Type:
Booleantrue if this instance is a child of the parent instance; otherwise,
false.
See Also