URL Property
      
 

Description

Holds full URL to configuration page.


Property type

A String value.  


Syntax

object.URL [= value]



The URL Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.
value A String value.

Remarks

Holds URL to a configuration file. It is used for Check method that will download that file and determine if there are any files that need to be downloaded and updated.

This property overwrites Login and Password properties - so make sure you set those two after setting URL (if you want to set them manually).

URL can point to a WEB or a FTP resource. That should be plain text file, so any kind of server can hold if for you. Typical configuration file may look like this:

#Update file signature

[File]
Name=UpDemo.dll
Size=53248
URL=http://www.weonlydo.com/Update/test/UpDemo.dll
Version=1.0.0.2

[Message]
ID=1
Caption=This is the subject
Text=You can put some large text here, just make sure it's all in one line