M-Files API 23.11.13135.0
Add Method
SharedLinkInfos Collection : Add Method
The position at which a new collection member is added. Any invalid position implies appending.
The new member 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 SharedLink As SharedLinkInfo _
) 
Parameters
Index
The position at which a new collection member is added. Any invalid position implies appending.
SharedLink
The new member to be added.
See Also

SharedLinkInfos Collection  | SharedLinkInfos Members