alert:config-get-name

alert:config-get-name(
   $config as element(alert:config)
) as xs:string

Summary

This function returns the name set in the specified an 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-name($config)

  
Powered by MarkLogic Server | Terms of Use | Privacy Policy