This gets the list of actions triggered by this rule. You can remove or rearrange these, and the changes will be saved if you save the Alert using SetAlertRule(IAlertRule) Use any of the "New*Action()" factory methods (e.g. NewExecuteOSCommandAction()()()()) to create one of the action types (which will also add it to this list).

Namespace: StreamBase.LiveView.API.Alerts
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
IList<IAlertRuleAction> Actions { get; }
ReadOnly Property Actions As IList(Of IAlertRuleAction)
	Get
property IList<IAlertRuleAction^>^ Actions {
	IList<IAlertRuleAction^>^ get ();
}

See Also