Loading TOC...

alert:config-set-options

alert:config-set-options(
   $config as element(alert:config),
   $options as element(alert:options)
) as element(alert:config)

Summary

This function sets the options in the specified alerting configuration.

Parameters
$config The specified alerting configuration.
$options The options of the specified configuration.

Example

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

  alert:config-set-options($config, <alert:options />)
  

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