Back to product page

PrevExist property


Returns True if files from previous session are found.

Type

A Boolean value

Syntax

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

Remarks

This is read-only property you can use to determine if Update method can be called to perform update. You should use it to determine if there are "leftover" files from previous session, where files are downloaded but never have been updated.

Although you have PrevDetected event that will fire soon after wodAppUpdate is initialized, you can use this property immediately after initializing wodAppUpdate to speed up the process.

Platforms

Windows