Loading TOC...

alert:config-set-description

alert:config-set-description(
   $config as element(alert:config),
   $description as xs:string
) as element(alert:config)

Summary

This function sets the description within the specified alerting configuration.

Parameters
$config The specified alerting configuration.
description The description 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-description($config, "The message board configuration")
  

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