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:  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