Back to product page

Size property


Holds remote file size.

Type

A Long value

Syntax

  • Basic
object.Size [= value]
The Size(object,value) syntax has these parts:
objectAn expression evaluating to an object of type UpdFile.
valueA Long value.

Remarks

This property holds size of the remote file that is available on the server. It will be set only if your configuration script on the server has "Size=..." information. This value will be smaller when file is compressed, but wodAppUpdate uses this information in FileProgress event to show progress correctly. If you're interested in full file size, you may want to use UncompressedSize property.

Platforms

Windows