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:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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