alert:config-set-cpf-domain-names( $config as element(alert:config), $names as xs:string* ) as element(alert:config)
This function sets the CPF domain names in the specified alerting configuration.
xquery version "1.0-ml"; import module namespace alert = "http://marklogic.com/xdmp/alert" at "/MarkLogic/alert.xqy"; alert:config-set-cpf-domain-names($config, $domain-names)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.