Click or drag to resize

ShellItemIdListGetAsRelativeFrom Method

Get this PIDL relatively from a parent PIDL.

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

Parameters

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