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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public CoreShellFolder CoreShellFolder { get; }

Property Value

Type: CoreShellFolder
The Shell folder.
See Also