Click or drag to resize

ItemParentItem Property

Gets the parent item.

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

Property Value

Type: Folder
The parent item or null.
See Also