Version 9.5 SP1
 —  XQuery 4 Reference Guide  —

tdf:getProperties

Get allWebDAV properties of a document.


Syntax

tdf:getProperties(documentroot $resource) => element

Top of page

Description

The function tdf:getProperties is specific to Tamino and its WebDAV functionality. It retrieves all properties of a document stored as WebDAV resource in Tamino. This corresponds to the WebDAV request PROPALL.

Top of page

Argument

$resource

WebDAV resource which is a document root in Tamino

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page