Back to product page

ListItem property


Holds value of last ListItems event

Type

A String value. Last value fired through ListItems event.

Syntax

  • Basic
object.ListItem
The ListItem(object) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.

Remarks

When working in scripting environments, such as ASP, you are unable to retrieve information returned from, for example, Listitems event. In such cases, you would read the result from ListItem property. It is valid when Done event fires, or in blocking mode after you method finishes.

Also, this property will hold result from GetData method.

Platforms

Windows