M-Files API 23.11.13135.0
ShowRelatedObjects Method
VaultObjectOperations Object : ShowRelatedObjects Method
Identifies the view where the objects of this type are shown under the built-in views. Only objects related to the object identified by SourceObject are shown in this view.
Title for the possible location selection dialog that is shown if multiple valid locations are available.
Description
Shows related objects for the object by target object type in Windows Explorer.
Syntax
Visual Basic
Public Sub ShowRelatedObjects( _
   ByVal ParentWindow As Long, _
   ByVal SourceObject As ObjID, _
   ByVal ObjectTypeTargetForBrowsing As ObjectTypeTargetForBrowsing, _
   Optional ByVal ViewSelectionDialogInfoText As String = "" _
) 
Parameters
ParentWindow
SourceObject
ObjectTypeTargetForBrowsing
Identifies the view where the objects of this type are shown under the built-in views. Only objects related to the object identified by SourceObject are shown in this view.
ViewSelectionDialogInfoText
Title for the possible location selection dialog that is shown if multiple valid locations are available.
Remarks

This method is available only if M-Files API is used in the client interface mode.

See Also

VaultObjectOperations Object  | VaultObjectOperations Members