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: 7.2
Syntax
public int IndexOf(
	string item
)

Parameters

item  String
The path for that the index should be returned.

Return Value

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