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