Click or drag to resize

CoreShellFolderParent Property

Gets the parent folder. Note the desktop folder's parent is the desktop folder.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public CoreShellFolder Parent { get; }

Property Value

Type: CoreShellFolder
The parent folder.
See Also