
alert.configGetOptions( config as Object ) as Object
This function returns the options set in specified alerting configuration.
| Parameters | |
|---|---|
| config | The specified alerting configuration. |
const alert = require("/MarkLogic/alert.xqy");
alert.configGetOptions(alert.configGet("http://acme.com/alert/message-board"))
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.