
cts.documentFormatQueryFormat( query as cts.documentFormatQuery ) as String
Returns the formt used to construct the specified query.
| Parameters | |
|---|---|
| query | A query. |
cts.documentFormatQueryFormat(cts.documentFormatQuery("xml"));
=> "xml"
cts.documentFormatQueryFormat( query as cts.documentFormatQuery ) as String
Returns the formt used to construct the specified query.
| Parameters | |
|---|---|
| query | A query. |
cts.documentFormatQueryFormat(cts.documentFormatQuery("xml"));
=> "xml"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.