Description
-
Holds remote file size.
Property type
-
A Long value.
Syntax
-
object.Size [= value]
The Size Property syntax has these parts:
| object |
An expression evaluating to an object
of type UpdFile. |
| value |
A 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.
|