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