Click or drag to resize

GetDataObjectEventArgsAddDataObject Method (ShellItemIdList)

Adds a data object to the list using its PIDL. All PIDLs added to the collection must share the same parent PIDL. The first PIDL added will determine the common parent PIDL. If the first PIDL added has no parent, nothing will be added.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void AddDataObject(
	ShellItemIdList idList
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The identifier list.
Exceptions
ExceptionCondition
ArgumentNullExceptionidList is null.
See Also