ChecksumFileEntryFileName Property |
Gets or sets the name of the file from root.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string FileName { get; set; }
Public Property FileName As String
Get
Set
public:
property String^ FileName {
String^ get ();
void set (String^ value);
}
member FileName : string with get, set
Property Value
Type:
StringRemarks
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