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 File
Declaration
public FileSearchProvider(SearchSettings settings)
Parameters
Search
|
Methods
GetPropertyValueProvider(OleDbDataReader)
Gets the IProperty
Declaration
protected override IPropertyValueProvider GetPropertyValueProvider(OleDbDataReader oleDbReader)
Parameters
System.
|
Returns
Overrides
GetPropertyValueProvider(String)
Gets the IProperty
Declaration
protected override IPropertyValueProvider GetPropertyValueProvider(string pathToFileOrDir)
Parameters
System.
|
Returns
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.
|
System.
|
Returns
System.
|