Click or drag to resize

ShellItemIdList Constructor (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(
	params ShellItemId[] ids
)

Parameters

ids
Type: callback.ShellBoost.CoreShellItemId
The ids.
See Also