Class FileSearchProvider
Provides a standalone API for searching files in the windows file system.
Inherited Members
Namespace: Telerik.WinControls.FileSearch
Assembly: Telerik.WinControls.UI.dll
Syntax
public sealed class FileSearchProvider : FileSearchProviderBase, IFileSearchProvider, IDisposable
Constructors
FileSearchProvider()
FileSearchProvider(SearchSettings)
Initializes a new instance of the FileSearchProvider class.
Declaration
public FileSearchProvider(SearchSettings settings)
Parameters
SearchSettings
settings
|
Methods
GetPropertyValueProvider(OleDbDataReader)
Gets the IPropertyValueProvider associated with the current System.Data.OleDb.OleDbDataReader when searching in indexed locations.
Declaration
protected override IPropertyValueProvider GetPropertyValueProvider(OleDbDataReader oleDbReader)
Parameters
System.Data.OleDb.OleDbDataReader
oleDbReader
|
Returns
IPropertyValueProvider
|
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
System.String
pathToFileOrDir
|
Returns
IPropertyValueProvider
|
Overrides
GetSearchQuery(String, String)
Gets the 'SQL'-like search query when searching in indexed locations.
Declaration
protected override string GetSearchQuery(string pattern, string dirPath)
Parameters
System.String
pattern
|
System.String
dirPath
|
Returns
System.String
|