sub_trigger_list Method
Returns the full sub trigger list for the given event ref, index, a and group Only some triggers have a sub trigger list
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static List<NameValue> sub_trigger_list( int ref, int index, int groupid) |
VB |
Public Shared Function sub_trigger_list ( ref As Integer, index As Integer, groupid As Integer) As List(Of NameValue) |
Parameters
ref
Type: System.Int32
index
Type: System.Int32
groupid
Type: System.Int32
Return Value
See Also
functions Class
Scheduler Namespace