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 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:
CoreShellFolderThe parent folder or null.
See Also