alert:config-set-description( $config as element(alert:config), $description as xs:string ) as element(alert:config)
This function sets the description within the specified alerting configuration.
Parameters | |
---|---|
$config | The specified alerting configuration. |
description | The description of the specified configuration. |
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")