Click or drag to resize

ExplorerBrowserIndexOf Method

Overload List
  NameDescription
Public methodIndexOf(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.
Public methodIndexOf(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
Top
See Also