Gets an item by its index.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Item GetItem(
int index,
bool throwOnError = true
)
Parameters
- index
- Type: SystemInt32
The index. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
ItemAn instance of the Item class or null if it was not found.
See Also