DirList Event

Fires for each entry returned in a directory listing.

Syntax

public open class DefaultWebdavEventListener : WebdavEventListener {
  ...
  public override fun dirList(e: WebdavDirListEvent) {}
  ...
}

public class WebdavDirListEvent {
  val resourceURI: String?
  val displayName: String?
  val contentLanguage: String?
  val contentLength: String?
  val contentType: String?
  val lastModified: String?
}

Remarks

The DirList event is fired when a directory listing is received as a response to ListDirectory.

The StartTransfer and EndTransfer events mark the beginning and end of the event stream.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]