Back to product page

ListItem property


Holds the value of the last ListItems and Attributes event.

Type

A String value. Holds last value fired through ListItems or Attributes events.

Syntax

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

Remarks

When working in a scripting environment such as ASP, you are unable to retrieve information returned from events such as ListItems. In such cases you would read the result from the ListItem property which is valid when the Done event fires or, in blocking mode, after your method finishes.

This property will also hold the result from RealPath, GetAttributes, and GetData methods.

Platforms

Windows