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