Click or drag to resize
IDirectoryCacheProviderGetFileInfo Method
Returns the file information about the file passed across or null if the file does not exist.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IDirectoryCacheProviderFileInfo GetFileInfo(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: IDirectoryCacheProviderFileInfo
See Also