
alert.actionGetName( action as Object ) as String
This function returns the name of a given action.
| Parameters | |
|---|---|
| action | The representation of an action. |
const alert = require("/MarkLogic/alert.xqy");
alert.actionGetName(
alert.getActions("http://acme.com/alert/message-board", ["sms"])[0])
=> sms
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.