Click or drag to resize

ShellBrowserGetDataObject Method (ItemIdList)

Returns the Windows Shell IDataObject interface for the passed relative ItemIdLists wrapped into an instance of type DataObject.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public DataObject GetDataObject(
	ItemIdList[] pidls
)

Parameters

pidls
Type: Jam.ShellItemIdList
An array of ItemIdLists relative to the active folder.

Return Value

Type: DataObject
The DataObject for the passed ItemIdLists.
See Also