Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
alert.configGetUri( $config as Object ) as String
This function returns the URI set in the specified alerting configuration.
Parameters | |
---|---|
$config | The specified alerting configuration. |
var alert = require("/MarkLogic/alert.xqy"); alert.configGetUri(alert.configGet("http://acme.com/alert/message-board"))
Comments