Click or drag to resize

FolderCoreShellFolder Property

Gets the Shell folder instance. This object is a managed wrapper on a native IShellFolder interface, while this is a wrapper on a native IShellItem interface.

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

Property Value

Type: CoreShellFolder
The Shell folder.
See Also