Click or drag to resize

ShellFolder Constructor (ShellFolder, ShellItemId)

Initializes a new instance of the ShellFolder class.

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

Parameters

parent
Type: callback.ShellBoost.CoreShellFolder
The parent folder.
id
Type: callback.ShellBoost.CoreShellItemId
The item identifier.
See Also