TI Connect Manager X Scripting Interface Documentation

data version reference [ as type class ]

TIco  :  TIdv

This script command causes the TI Connect Manager X application to return the version value of the referenced data object, passed as the reference to this event.

The reference, contains an object descriptor containing the object(s) whose data version is to be returned.


Examples of using this event are:

set a to data version of every file of device 1
set a to data version of every file of folder "main" of device 2
set b to data version of file "testfile" of folder 3 of device 1
set c to data version of ( every file where size is less than 400 ) of device 3


The reply to this event is a descriptor containing a long integer ('long') response, representing the data version(s) of the item(s) passed to the event, given the reference object(s) specified. An AEList of items may be passed as a reference, or the reference may refer to multiple objects.

BACK

9 March 2003 - slr