Click or drag to resize

ShellItem Constructor (ShellFolder, ShellItemId, String)

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,
	ShellItemId fileSystemId,
	string fileSystemPath
)

Parameters

parent
Type: callback.ShellBoost.CoreShellFolder
The parent folder.
fileSystemId
Type: callback.ShellBoost.CoreShellItemId
The identifier.
fileSystemPath
Type: SystemString
The file system path.
Exceptions
ExceptionCondition
ArgumentNullExceptionfileSystemPath is null.
See Also