
xdmp.documentForest( uri as String, [forest-ids as (Number|String)[]] ) as (Number|String)?
Returns the forest ID of the forest in which a document (or a lock or a property) with the specified URI is stored. Otherwise, returns the empty sequence.
| Parameters | |
|---|---|
| uri | The URI of the document, lock, or property. |
| forest-ids | Restricts the ID(s) of the forest(s) in which this function may return. |
xdmp.documentForest("example.xml");
=> 12972338785465832200
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.