
xdmp.defaultCollections( [uri as String] ) as Sequence
Returns the collections any new document would get if the current user were to insert a document without specifying the collections.
| Parameters | |
|---|---|
| uri | The document URI to get parent directory. |
xdmp.defaultCollections();
=> ("http://example.com/docs",
"http://example.com/manuals")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.