Loading TOC...

alert:config-get-cpf-domain-names

alert:config-get-cpf-domain-names(
   $config as element(alert:config)
) as xs:string*

Summary

This function returns the CPF domain names set in the specified alerting configuration.

Parameters
$config The specified alerting configuration.

Example

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

  alert:config-get-cpf-domain-names($config)
  

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