Description
-
Holds the value of the last ListItems and Attributes event
Property type
-
A String value. Holds last value fired
through ListItems or Attributes events.
Syntax
-
object.ListItem
The ListItem Property syntax has these parts:
| object |
An 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.
|