Loading TOC...

alert.actionGetModuleDb

alert.actionGetModuleDb(
   action as Object
) as (Number|String)

Summary

This function returns the module database of a given action.

Parameters
action The representation of an action.

Example

   var alert = require("/MarkLogic/alert.xqy");

   alert.actionGetModuleDb(
       alert.getActions("http://acme.com/alert/message-board", ["sms"])[0])
  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.