Explorer |
| Name | Description | |
|---|---|---|
| IndexOf(ItemIdList) | Searches for the index of the ItemIdList within the listview. This function has O(n) complexity, since it iterates through all items within the list. | |
| IndexOf(String) | Searches for the index of the given path within the shell-list. This function has O(n) complexity, since it iterates through all items within the list |