Click or drag to resize

ShellItemIdListAdd Method

Adds the specified SHITEMID structure to this instance.

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

Parameters

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