
view.getById( view-id as (Number|String) ) as element(view.view)
This function returns the view with the specified id.
| Parameters | |
|---|---|
| view-id | The id of the view to be returned. |
const view = require('/MarkLogic/views');
view.getById(5423110979916486998);
// Return the view with the specified id.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.