Loading TOC...

cts.documentQueryUris

cts.documentQueryUris(
   query as cts.documentQuery
) as Sequence

Summary

Returns the URIs used to construct the specified query.

Parameters
query A query.

Example

const query = cts.documentQuery(["/reports.xml", "/analysis.xml"]);
cts.documentQueryUris(query);
  => ("/reports.xml", "/analysis.xml")

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.