Click or drag to resize

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
C#
public bool IsChildOf(
	ShellItemIdList parent
)

Parameters

parent
Type: ShellBoost.CoreShellItemIdList
The potential parent instance.

Return Value

Type: Boolean
true if this instance is a child of the parent instance; otherwise, false.
See Also