property_status Property

This property shows the status of the retrieved DAV property.

Syntax

def get_property_status(property_index: int) -> str: ...

Default Value

""

Remarks

This property shows the status of the retrieved DAV property. If the property is successfully retrieved, property_status contains the string "OK". Otherwise, it contains the HTTP status and description provided by the server.

After a call to find_properties, the properties properties will contain the name, value and status of DAV property returned by the server. The contents of the properties changes for every matching resource (on_resource_properties event). After the call completes, the properties will contain the values of the last matching resource.

The property_index parameter specifies the index of the item in the array. The size of the array is controlled by the property_count property.

This property is read-only.

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