Loading TOC...

alert.configGetUri

alert.configGetUri(
   config as Object
) as String

Summary

This function returns the URI set in the specified alerting configuration.

Parameters
config The specified alerting configuration.

Example

  var alert = require("/MarkLogic/alert.xqy");

  alert.configGetUri(alert.configGet("http://acme.com/alert/message-board"))

  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.