Back to product page

NewMD5 property


Returns MD5 hash of the new file.

Type

A String value

Syntax

  • Basic
object.NewMD5
The NewMD5(object) syntax has these parts:
objectAn expression evaluating to an object of type UpdFile.

Remarks

This property returns MD5 hash of the new file that will be downloaded. It represents (almost!) unique 16-byte information about the file. No two files can have the same hash - so you can use it to see if old file is, by any chance, same as new one, by checking at MD5 property too.

This information is received from your configuration file on the server.

Platforms

Windows