alert.configGetDescription

alert.configGetDescription(
   config as Object
) as String

Summary

This function provides returns the description set in the specified alerting configuration.

Parameters
config The specified alerting configuration.

Example

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

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