SecureBlackbox 2020 Python Edition

Questions / Feedback?

metadata_root Property

The metadata directory root.

Syntax

def get_metadata_root() -> str: ...
def set_metadata_root(value: str) -> None: ...

metadata_root = property(get_metadata_root, set_metadata_root)

Default Value

""

Remarks

The metadata directory is a dedicated location for storing properties of the files served by the WebDAVServer.

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