Click or drag to resize

GetDataObjectEventArgsAddDataObjects Method

Adds a list of data objects 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 AddDataObjects(
	IEnumerable<IWithIdList> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableIWithIdList
The items to add.
See Also