Loading TOC...

alert.actionGetModule

alert.actionGetModule(
   action as Object
) as String

Summary

This function returns the module of a given action.

Parameters
action The representation of an action.

Example

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

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

  => /modules/sms.xqy (or whatever is the path to the module)
  

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