Properties Property

A collection of WebDAV properties.

Syntax

property Properties: TipwDAVPropertyList read get_Properties write set_Properties;

Remarks

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

After a call to FindProperties, 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 (ResourceProperties event). After the call completes, the properties 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.

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