SystemShellListItemCollectionTIndexOfPath Method |
Searches item collection for the specified path.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int IndexOfPath(
string path
)
Public Function IndexOfPath (
path As String
) As Integer
public:
int IndexOfPath(
String^ path
)
member IndexOfPath :
path : string -> int
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