Click or drag to resize

ShellItemIdList Constructor (ShellItemIdList, ShellItemId)

Initializes a new instance of the ShellItemIdList class.

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

Parameters

parent
Type: ShellBoost.CoreShellItemIdList
The parent.
id
Type: ShellBoost.CoreShellItemId
The identifier.
Exceptions
ExceptionCondition
ArgumentNullException parent is null or id is null.
See Also