Version 8.2.2
 —  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