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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected ShellFolder(
	ShellItemIdList idList
)

Parameters

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