ShellFolderGetItem Method (String) |
Gets an item using its display name.
This method should be overriden for direct access as the current implementation uses the EnumItems method.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual ShellItem GetItem(
string displayName
)
Parameters
- displayName
- Type: SystemString
The item's display name.
Return Value
Type:
ShellItemAn instance of the ShellItem class or null if the item was not found.
Exceptions See Also