Click or drag to resize

ShellItemIdList Constructor (ShellItemIdList, ShellItemId)

Initializes a new instance of the ShellItemIdList class.

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

Parameters

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