alert.actionGetOptions

alert.actionGetOptions(
   action as Object
) as Object

Summary

This function returns the options of a given action.

Parameters
action The representation of an action.

Example

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

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

  
Powered by MarkLogic Server | Terms of Use | Privacy Policy