Properties Property

A collection of WebDAV properties.

Syntax

public val properties: MutableDAVPropertyList

Remarks

The property names provided in Properties collection are used by the FindProperties and PatchProperties methods.

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

When a call is made to PatchProperties, the component will use the operations provided in the Properties collection to tell the server what to do with the properties under the following scheme:

opNone (0)No operation will be performed on the property.
opSet (1)The value of Name will be set to Value.
opDelete (2)The property defined by Name will be removed from its resource.

This collection is indexed from 0 to size - 1.

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