IDirectoryCacheProviderFileInfo Interface |
The interface for an object that exposes information about a file.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IDirectoryCacheProviderFileInfo
Public Interface IDirectoryCacheProviderFileInfo
public interface class IDirectoryCacheProviderFileInfo
type IDirectoryCacheProviderFileInfo = interface end
The IDirectoryCacheProviderFileInfo type exposes the following members.
Properties
| Name | Description |
---|
| LastWriteTimeUtc |
Gets the last time the file was modified.
|
| Name |
Gets the name of the file without the path.
|
TopSee Also