Click or drag to resize
ChecksumFileEntryFileName Property
Gets or sets the name of the file from root.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string FileName { get; set; }

Property Value

Type: String
Remarks
For example, if the file's full path is c:\Site\Root\Subfolder\File.html and the root folder of the site is c:\Site\Root then this property would be \Subfolder\File.html.
See Also