Click or drag to resize

FolderInitEventArgsFolder Property

Gets or sets the ShellFolder instance.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellFolder Folder { get; set; }

Property Value

Type: ShellFolder
The ShellFolder instance. May be null if GetRootShellFolder or GetRootFolder methods have returned a null instance.
See Also