Click or drag to resize
SiteRootChecksums Property
Gets an optional collection of checksums for the files in the root folder.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<ChecksumFileEntry> Checksums { get; }

Property Value

Type: ListChecksumFileEntry
Remarks
If this is supplied then the files in the folder cannot be modified by the user.
See Also