Click or drag to resize

CoreShellFolderGetParent Method (ShellItemIdList, Boolean)

Gets the parent folder.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public CoreShellFolder GetParent(
	out ShellItemIdList pidlLast,
	bool throwOnError = true
)

Parameters

pidlLast
Type: callback.ShellBoost.CoreShellItemIdList
The last identifier list corresponding to this instance.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: CoreShellFolder
The parent folder or null.
See Also