MetadataCacheVaultObjectOperationsShowRelationshipsDialog Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void ShowRelationshipsDialog(
IntPtr parentWindow,
ObjVer objectVersion,
bool modeless = false
)
Public Overridable Sub ShowRelationshipsDialog (
parentWindow As IntPtr,
objectVersion As ObjVer,
Optional modeless As Boolean = false
)
public:
virtual void ShowRelationshipsDialog(
IntPtr parentWindow,
ObjVer^ objectVersion,
bool modeless = false
)
Parameters
- parentWindow
- Type: SystemIntPtr
- objectVersion
- Type: ObjVer
- modeless (Optional)
- Type: SystemBoolean
See Also