Click or drag to resize

PathCollectionIndexOf Method

Returns the index of the given path.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public int IndexOf(
	string item
)

Parameters

item
Type: SystemString
The path for that the index should be returned.

Return Value

Type: Int32
The index of the path in this collection if the given path was found; -1 otherwise.
See Also