alert.configGetCpfDomainNames( config as Object ) as Array
This function returns the CPF domain names set in the specified alerting configuration.
Parameters | |
---|---|
config | The specified alerting configuration. |
const alert = require("/MarkLogic/alert.xqy"); alert.configGetCpfDomainNames(alert.configGet("http://acme.com/alert/message-board"))