alert.configGetId

alert.configGetId(
   config as Object
) as (Number|String)

Summary

This function returns the ID of the specified alerting configuration.

Parameters
config The specified alerting configuration.

Example

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

  alert.configGetId(alert.configGet("http://acme.com/alert/message-board"))
  
Powered by MarkLogic Server | Terms of Use | Privacy Policy