action_list Method
Returns a list of all available event actions
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static List<NameValue> action_list( int ref, int index) |
VB |
Public Shared Function action_list ( ref As Integer, index As Integer) As List(Of NameValue) |
Parameters
ref
Type: System.Int32
index
Type: System.Int32
Index of action, 0=first action
Return Value
Type: List(NameValue)Collections.Generic.List(Of NameValue)
See Also
functions Class
Scheduler Namespace