Click or drag to resize

ShellItemIdListIsChildOf Method

Determines if this instance is a child of another instance.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsChildOf(
	ShellItemIdList parent
)

Parameters

parent
Type: callback.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