
view.views( schema-name as String ) as Sequence
This function returns all of the view specifications in the named schema.
| Parameters | |
|---|---|
| schema-name | The name of the schema specification containing the views to be returned. |
const view = require('/MarkLogic/views');
view.views('main');
// Returns all of the views in the 'main' schema.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.