alert:config-set-options( $config as element(alert:config), $options as element(alert:options) ) as element(alert:config)
This function sets the options in the specified alerting configuration.
Parameters | |
---|---|
$config | The specified alerting configuration. |
$options | The options 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-options($config, <alert:options />)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.