MetadataCacheVaultObjectOperationsShowRelatedObjects Method

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void ShowRelatedObjects(
	IntPtr parentWindow,
	ObjID sourceObject,
	ObjectTypeTargetForBrowsing objectTypeTargetForBrowsing,
	string viewSelectionDialogInfoText = ""
)

Parameters

parentWindow  IntPtr
 
sourceObject  ObjID
 
objectTypeTargetForBrowsing  ObjectTypeTargetForBrowsing
 
viewSelectionDialogInfoText  String  (Optional)
 

Implements

IVaultObjectOperations.ShowRelatedObjects(IntPtr, ObjID, ObjectTypeTargetForBrowsing, String)

See Also