Click or drag to resize

ShellFolder Constructor (ShellFolder, ShellItemId)

Initializes a new instance of the ShellFolder class.

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

Parameters

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