Click or drag to resize

ShellItemIdListGetAsRelativeFrom Method

Get this PIDL relatively from a parent PIDL.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ShellItemIdList GetAsRelativeFrom(
	ShellItemIdList parent
)

Parameters

parent
Type: ShellBoost.CoreShellItemIdList
The parent PIDL.

Return Value

Type: ShellItemIdList
A relative PIDL or null if this is not a child of parent.
Exceptions
ExceptionCondition
ArgumentNullExceptionparent is null.
See Also