M-Files API 23.11.13135.0
Add Method
VaultConnections Collection : Add Method
Position at which a new collection member is added. Any non-valid position implies appending.

The new member to add. 

Description
Adds a new vault connection to this collection.
Syntax
Visual Basic
Public Sub Add( _
   ByVal Index As Long, _
   ByVal VaultConnection As VaultConnection _
) 
Parameters
Index
Position at which a new collection member is added. Any non-valid position implies appending.
VaultConnection

The new member to add. 

See Also

VaultConnections Collection  | VaultConnections Members