Back to product page

Signature property


Determines configuration file signature.

Type

A String value

Syntax

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

Remarks

This property determines how must configuration file start - so that wodAppUpdate is sure it does receive configuration file. By default, your configuration file must start with this line:
 
#Update file signature
 

if wodAppUpdate doesn't find that line, it ignores configuration file. This is precaution in case server sends invalid response - typically these are custom 404 error pages. wodAppUpdate would probably have problem parsing such invalid files. That's why it requires signature at the beginning of each file.

Platforms

Windows