IPWorks 2020 JavaScript Edition

Questions / Feedback?

Properties Property

A collection of WebDAV properties.

Syntax


 getProperties(): DAVPropertyList;

 setProperties(properties: DAVPropertyList): void;

Default Value

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 class 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 will be set to .
opDelete (2)The property defined by will be removed from its resource.

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