Click or drag to resize

ShellItem Constructor (ShellFolder, FileInfo)

Initializes a new instance of the ShellItem class for a physical file item.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellItem(
	ShellFolder parent,
	FileInfo info
)

Parameters

parent
Type: callback.ShellBoost.CoreShellFolder
The parent folder.
info
Type: System.IOFileInfo
The file information.
See Also