
alert.configGetName( config as Object ) as String
This function returns the name set in the specified an alerting configuration.
| Parameters | |
|---|---|
| config | The specified alerting configuration. |
var alert = require("/MarkLogic/alert.xqy");
alert.configGetName(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.