M-Files API 23.11.13135.0
Add Method
ObjectFileAndObjVerOfMultipleFiles 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 the item to the collection at the specified position.
Syntax
Visual Basic
Public Sub Add( _
   ByVal Index As Long, _
   ByVal ObjectFileAndObjVer As ObjectFileAndObjVer _
) 
Parameters
Index
Position at which a new collection member is added. Any non-valid position implies appending.
ObjectFileAndObjVer
The new member to add.
See Also

ObjectFileAndObjVerOfMultipleFiles Collection  | ObjectFileAndObjVerOfMultipleFiles Members