alert:action-get-description( $action as element(alert:action) ) as xs:string
This function returns the description 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"; alert:action-get-description($action) => "Sends basic SMS text message"