Description
-
Holds URL from where can new file be downloaded.
Property type
-
A String value.
Syntax
-
object.URL [= value]
The URL Property syntax has these parts:
| object |
An expression evaluating to an object
of type UpdFile. |
| value |
A String value. |
Remarks
-
URL property determines location on remote server where
can new version be found. When Download
method is called, wodAppUpdate will fetch the resource from
it and save it localy, to NewPath
property.
You can change this value if you wish after CheckDone
event fires to force wodAppUpdate to fetch resource from
different location.
|