ShellFolderParseItem Method (String, ShellItemIdList) |
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 public virtual ShellItem ParseItem(
string displayName,
out ShellItemIdList relativeIdList
)
Parameters
- displayName
- Type: SystemString
A relative path from this folder. Each segment can be separated by the '\' character. - relativeIdList
- Type: callback.ShellBoost.CoreShellItemIdList
The relative IDL.
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