Click or drag to resize

ShellFolder Constructor (ShellItemIdList)

Initializes a new instance of the ShellFolder class. This constructor is reserved for root shell folders.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected ShellFolder(
	ShellItemIdList idList
)

Parameters

idList
Type: ShellBoost.CoreShellItemIdList
The identifier list.
See Also