Click or drag to resize

ItemIdListParse Method

Parses the specified p_DisplayPath and returns an ItemIdList instance. Finds physical paths, SpecialFolder names like "My PC" or concatenations of Special Folders and physical paths ("Libraries\Pictures\...", "My PC\c:\windows") Also resolves paths in zip files.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static ItemIdList Parse(
	string p_DisplayPath
)

Parameters

p_DisplayPath
Type: SystemString
The path to parse.

Return Value

Type: ItemIdList
A valid ItemIdList or null if the path could not be found.
See Also