Search results

FilterType API in React FileManager API component

Specifies the filter type for Search settings of the File Manager.

  • contains - It will only show files and folders whose names contain the entered word.
  • startsWith - It will only show files and folders whose names start with entered word.
  • endsWith - It will only show files and folders whose names end with entered word.