Click or drag to resize

CoreShellFolderGetParent Method (ShellItemIdList, Boolean)

Gets the parent folder.

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

Parameters

pidlLast
Type: 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