Click or drag to resize

SystemShellListItemCollectionTIndexOfPath Method

Searches item collection for the specified path.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public int IndexOfPath(
	string path
)

Parameters

path
Type: SystemString
A complete path to be searched

Return Value

Type: Int32
-1 if the element couldn't be found, the position in the item collection otherwise
See Also