
cts.paramParameter( query as cts.param ) as String
Returns the parameter of a cts:param obtained via a query getter function.
| Parameters | |
|---|---|
| query | A parameter |
cts.paramParameter(cts.collectionQueryUris(cts.collectionQuery(cts.param("p1"))))
=> ("p1")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.