Click or drag to resize

ViewCoreShellFolder Property

Gets the Shell folder instance. Unless you really need to get this object which is a managed wrapper on a native IShellFolder interface, you should instead use the Folder property.

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