alert:action-get-module-db( $action as element(alert:action) ) as xs:unsignedLong
This function returns the module database of a given action.
Parameters | |
---|---|
$action | The representation of an action. |
xquery version "1.0-ml"; import module namespace alert = "http://marklogic.com/xdmp/alert" at "/MarkLogic/alert.xqy"; let $action := alert:get-actions("my-alert-config-uri", "my-action") return alert:action-get-module-db($action)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.