Loading TOC...

alert:config-get-options

alert:config-get-options(
   $config as element(alert:config)
) as element(alert:options)

Summary

This function returns the options set in specified alerting configuration.

Parameters
$config The specified alerting configuration.

Example

  xquery version "1.0-ml";
  import module namespace alert = "http://marklogic.com/xdmp/alert" 
		  at "/MarkLogic/alert.xqy";

  alert:config-get-options($config)
  

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