Click or drag to resize

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
C#
protected virtual ShellItem GetItem(
	string displayName
)

Parameters

displayName
Type: SystemString
The item's display name.

Return Value

Type: ShellItem
An instance of the ShellItem class or null if the item was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptiondisplayName is null.
See Also