ShellUtilitiesCreateDataObject Method (ShellItemIdList, Boolean) |
Creates a data object from a pidl.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static IDataObject CreateDataObject(
ShellItemIdList idList,
bool throwOnError = true
)
Parameters
- idList
- Type: callback.ShellBoost.CoreShellItemIdList
The pidl. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
IDataObject
An instance of the IDataObject interface or null.
Exceptions See Also