Is there any command or JAVA API option to get name list of documents available in the container.
Asked
Active
Viewed 57 times
1 Answers
0
There is an XQuery command you can run:
for $x in collection("users.dbxml") return dbxml:metadata('dbxml:name', $x)

lrv-eps
- 126
- 7