Click or drag to resize

CoreShellFolderParent Property

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

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

Property Value

Type: CoreShellFolder
The parent folder.
See Also