M-Files API 23.11.13135.0
Add Method
ActionDefinitions Collection : Add Method
The position of the item.
The action definition to be added.
Description
Adds the item to the collection at the specified position.
Syntax
Visual Basic
Public Sub Add( _
   ByVal Index As Long, _
   ByVal ActionDefinition As ActionDefinition _
) 
Parameters
Index
The position of the item.
ActionDefinition
The action definition to be added.
See Also

ActionDefinitions Collection  | ActionDefinitions Members