FileSystemInfoProxy
Class
Wrapper of FileSystemInfo class. List of FileSystemInfoProxy objects is returned in search results from FileSearchProvider when searching in non-indexed locations.
Definition
Namespace:Telerik.Windows.Controls.FileSearch
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class FileSystemInfoProxy : IPropertyValueProvider
Inheritance: objectFileSystemInfoProxy
Implements:
Constructors
Initializes a new instance of the FileSystemInfoProxy class.
Properties
Gets the underlying FileSystemInfo object.
C#
public FileSystemInfo FileInfo { get; }
Methods
Gets the list of all property names of this IPropertyValueProvider instance.