ClassFileSearchProvider
Provides a standalone API for searching files in the windows file system.
Definition
Namespace:Telerik.Windows.Controls.FileSearch
Assembly:Telerik.Windows.Controls.dll
Syntax:
public sealed class FileSearchProvider : FileSearchProviderBase, IFileSearchProvider, IDisposable
Inheritance: objectFileSearchProviderBaseFileSearchProvider
Implements:
Inherited Members
Constructors
FileSearchProvider()
Initializes a new instance of the FileSearchProvider class.
Declaration
public FileSearchProvider()
FileSearchProvider(SearchSettings)
Initializes a new instance of the FileSearchProvider class.
Declaration
public FileSearchProvider(SearchSettings settings)
Parameters
settings
Methods
GetPropertyValueProvider(OleDbDataReader)
Gets the IPropertyValueProvider associated with the current OleDbDataReader when searching in indexed locations.
Declaration
protected override IPropertyValueProvider GetPropertyValueProvider(OleDbDataReader oleDbReader)
Parameters
oleDbReader
OleDbDataReader
Returns
Overrides
GetPropertyValueProvider(string)
Gets the IPropertyValueProvider associated with the current file result when searching in non-indexed locations.
Declaration
protected override IPropertyValueProvider GetPropertyValueProvider(string pathToFileOrDir)
Parameters
pathToFileOrDir
Returns
Overrides
GetSearchQuery(string, string)
Gets the 'SQL'-like search query when searching in indexed locations.