Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
alert.actionGetModuleDb( $action as Object ) as String
This function returns the module database of a given action.
Parameters | |
---|---|
$action | The representation of an action. |
var alert = require("/MarkLogic/alert.xqy"); alert.actionGetModuleDb( alert.getActions("http://acme.com/alert/message-board", ["sms"])[0])
Comments