ItemFromIDList Method (IWithIdList, Boolean) |
Gets an Item instance from a PIDL.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Item FromIDList(
IWithIdList idList,
bool throwOnError = true
)
Parameters
- idList
- Type: ShellBoost.CoreIWithIdList
The PIDL. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
ItemAn Item instance or null.
See Also