ClassFileSystemInfoProxy
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:
cs-api-definition
public class FileSystemInfoProxy : IPropertyValueProvider
Inheritance: objectFileSystemInfoProxy
Implements:
Constructors
FileSystemInfoProxy(FileSystemInfo)
Initializes a new instance of the FileSystemInfoProxy class.
Declaration
cs-api-definition
public FileSystemInfoProxy(FileSystemInfo fileInfo)
Parameters
fileInfo
Properties
FileInfo
Gets the underlying FileSystemInfo object.
Methods
GetPropertyNames()
Gets the list of all property names of this IPropertyValueProvider instance.
Declaration
cs-api-definition
public IEnumerable<string> GetPropertyNames()
Returns
Implements
GetPropertyValue(string)
Gets the value of the property with the specified property name.