M-Files API 23.11.13135.0
FollowObject Method
VaultObjectOperations Object : FollowObject Method
The ID of the object that is to be followed/unfollowed.
True if the object is to be followed.
Description
Starts or stops following the specified object. While the object is being followed, the current user will be notified if the object changes.
Syntax
Visual Basic
Public Sub FollowObject( _
   ByVal ObjID As ObjID, _
   Optional ByVal Follow As Boolean = True _
) 
Parameters
ObjID
The ID of the object that is to be followed/unfollowed.
Follow
True if the object is to be followed.
See Also

VaultObjectOperations Object  | VaultObjectOperations Members