Click or drag to resize

ShellItemIdListAdd Method

Adds the specified SHITEMID structure to this instance.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void Add(
	ShellItemId id
)

Parameters

id
Type: ShellBoost.CoreShellItemId
The identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionid is null.
See Also