Back to product page

ListItem property


Read-only property that returns last FileInfo as returned by ListItems event.

Type

String.

Syntax

  • C#
  • VB.NET
String ListItem {get; };

ReadOnly Property ListItem As String

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 your method finishes.

Platforms

Windows