Class FileSystemInfoProxy
Wrapper of System.IO.FileSystemInfo class. List of FileSystemInfoProxy objects is returned in search results from FileSearchProvider when searching in non-indexed locations.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.FileSearch
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FileSystemInfoProxy : IPropertyValueProvider
Constructors
FileSystemInfoProxy(FileSystemInfo)
Initializes a new instance of the FileSystemInfoProxy class.
Declaration
public FileSystemInfoProxy(FileSystemInfo fileInfo)
Parameters
System.IO.FileSystemInfo
fileInfo
|
Properties
FileInfo
Gets the underlying System.IO.FileSystemInfo object.
Declaration
public FileSystemInfo FileInfo { get; }
Property Value
System.IO.FileSystemInfo
|
Methods
GetPropertyNames()
Gets the list of all property names of this IPropertyValueProvider instance.
Declaration
public IEnumerable<string> GetPropertyNames()
Returns
System.Collections.Generic.IEnumerable<System.String>
|
Implements
GetPropertyValue(String)
Gets the value of the property with the specified property name.
Declaration
public object GetPropertyValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Object
|