Click or drag to resize

GetDataObjectEventArgsAddDataObject Method (IWithIdList)

Adds a data object to the list. 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(
	IWithIdList item
)

Parameters

item
Type: callback.ShellBoost.CoreIWithIdList
The item to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also