Click or drag to resize
IDirectoryCacheProviderFileInfo Interface
The interface for an object that exposes information about a file.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IDirectoryCacheProviderFileInfo

The IDirectoryCacheProviderFileInfo type exposes the following members.

Properties
  NameDescription
Public propertyLastWriteTimeUtc
Gets the last time the file was modified.
Public propertyName
Gets the name of the file without the path.
Top
See Also