Loading TOC...

alert.ruleGetAction

alert.ruleGetAction(
   rule as Object
) as String

Summary

This function returns the action of a given rule.

Parameters
rule The representation of a rule.

Example

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

  alert.ruleGetAction(
        alert.getAllRules("http://acme.com/alert/message-board",
                          cts.wordQuery("dna"))[0])
  => sms
  

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