Click or drag to resize

ShellFolderParseItem Method (String)

Gets an item using its relative path from this folder. The path is a list of display names separated by the '\' character. If path is null or empty, this folder is returned.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellItem ParseItem(
	string displayName
)

Parameters

displayName
Type: SystemString
A relative path from this folder. Each segment can be separated by the '\' character.

Return Value

Type: ShellItem
An instance of the ShellItem type or null if the item was not found or some intermediary folder was not found.
See Also