M-Files API 23.11.13135.0
Add Method
ObjOrFileVers Collection : Add Method

The position where the new collection member is added. The indexes of the members at and after this position will be increased by one.

The first element in the collection has the index of 1.

Any non-valid position (e.g. -1) implies appending.

The ID of the object.
Description
Adds the item to the collection at the specified position.
Syntax
Visual Basic
Public Sub Add( _
   ByVal Index As Long, _
   ByVal ObjOrFileVer As ObjOrFileVer _
) 
Parameters
Index

The position where the new collection member is added. The indexes of the members at and after this position will be increased by one.

The first element in the collection has the index of 1.

Any non-valid position (e.g. -1) implies appending.

ObjOrFileVer
The ID of the object.
See Also

ObjOrFileVers Collection  | ObjOrFileVers Members