JamItemIdListCollectionIndexOfPath 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 pDisplayPath
)
Public Function IndexOfPath (
pDisplayPath As String
) As Integer
public:
int IndexOfPath(
String^ pDisplayPath
)
member IndexOfPath :
pDisplayPath : string -> int
Parameters
- pDisplayPath
- 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