SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

ListEntry Event

Passes the next directory listing entry to the application.

Syntax

public open class DefaultWebdavclientEventListener : WebdavclientEventListener {
  ...
  public override fun listEntry(e: WebdavclientListEntryEvent) {}
  ...
}

public class WebdavclientListEntryEvent {
  val filename: String?
}

Remarks

The component 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 Kotlin Edition - Version 20.0 [Build 8063]