Loading TOC...

MarkLogic 12 Product Documentation
cts.paramParameter

cts.paramParameter(
   query as cts.param
) as String

Summary

Returns the parameter of a cts:param obtained via a query getter function.

Parameters
query A parameter

Example

cts.paramParameter(cts.collectionQueryUris(cts.collectionQuery(cts.param("p1"))))
  => ("p1")

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