SecureBlackbox Lite 2020 Node.js Edition

Questions / Feedback?

ListEntry Event

Passes the next directory listing entry to the application.

Syntax

webdavclient.on('ListEntry', [callback])

Callback

The 'callback' is called when the 'ListEntry' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.filename

Remarks

The class fires this event repeatedly to pass the whole list of directory entries received in response to a ListDir call to the application. For each entry, FileName contains the received directory entry name, and CurrentListEntry populates all the details.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Node.js Edition - Version 20.0 [Build 8166]