Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

tdf:getProperty

Get single WebDAV property of a document.


Syntax

tdf:getProperty(documentroot $resource, xs:string $uri, xs:string $localName) => xs:string

Top of page

Description

The function tdf:getProperty 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 PROPFIND.

Top of page

Argument

$resource

WebDAV resource which is a document root in Tamino

$uri

namespace URI of the WebDAV property

$localName

local name of the WebDAV property

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page