SiteRootChecksums Property |
Gets an optional collection of checksums for the files in the root folder.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ChecksumFileEntry> Checksums { get; }
Public ReadOnly Property Checksums As List(Of ChecksumFileEntry)
Get
public:
property List<ChecksumFileEntry^>^ Checksums {
List<ChecksumFileEntry^>^ get ();
}
member Checksums : List<ChecksumFileEntry> with get
Property Value
Type:
ListChecksumFileEntryRemarks
If this is supplied then the files in the folder cannot be modified by the user.
See Also