Class
FileSystemInfoProxy

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

Constructors

FileSystemInfoProxy(FileSystemInfo)

Initializes a new instance of the FileSystemInfoProxy class.

Declaration

cs-api-definition
public FileSystemInfoProxy(FileSystemInfo fileInfo)

Parameters

fileInfo

FileSystemInfo

Properties

FileInfo

Gets the underlying FileSystemInfo object.

Declaration

cs-api-definition
public FileSystemInfo FileInfo { get; }

Property Value

FileSystemInfo

Methods

GetPropertyNames()

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

Declaration

cs-api-definition
public IEnumerable<string> GetPropertyNames()

Returns

IEnumerable<string>

Implements IPropertyValueProvider.GetPropertyNames()

GetPropertyValue(string)

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

Declaration

cs-api-definition
public object GetPropertyValue(string propertyName)

Parameters

propertyName

string

Returns

object

Implements IPropertyValueProvider.GetPropertyValue(string)