2

Is there any command or JAVA API option to get name list of documents available in the container.

Ragasudha
  • 31
  • 3

1 Answers1

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