New to Telerik UI for WPFStart a free 30-day trial

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: IPropertyValueProvider

Constructors

Initializes a new instance of the FileSystemInfoProxy class.

C#
public FileSystemInfoProxy(FileSystemInfo fileInfo)
Parameters:fileInfoFileSystemInfo

Properties

Gets the underlying FileSystemInfo object.

C#
public FileSystemInfo FileInfo { get; }

Methods

Gets the list of all property names of this IPropertyValueProvider instance.

C#
public IEnumerable<string> GetPropertyNames()
Returns:

IEnumerable<string>

Implements: IPropertyValueProvider.GetPropertyNames()

Gets the value of the property with the specified property name.

C#
public object GetPropertyValue(string propertyName)
Parameters:propertyNamestringReturns:

object

Implements: IPropertyValueProvider.GetPropertyValue(string)