Click or drag to resize

ShellFolderGetItem Method (ShellItemId)

Gets an item using its identifier. 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#
public virtual ShellItem GetItem(
	ShellItemId id
)

Parameters

id
Type: callback.ShellBoost.CoreShellItemId
The identifier.

Return Value

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