SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

on_list_entry Event

Passes the next directory listing entry to the application.

Syntax

class WebDAVClientListEntryEventParams(object):
  @property
  def filename() -> str: ...

# In class WebDAVClient:
@property
def on_list_entry() -> Callable[[WebDAVClientListEntryEventParams], None]: ...
@on_list_entry.setter
def on_list_entry(event_hook: Callable[[WebDAVClientListEntryEventParams], None]) -> None: ...

Remarks

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

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