MetadataCacheVaultObjectOperationsCompareWithPreviousVersionEx Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void CompareWithPreviousVersionEx(
IntPtr ParentWindow,
ObjVer ObjVer,
string FileTitleAndExtension
)
Public Sub CompareWithPreviousVersionEx (
ParentWindow As IntPtr,
ObjVer As ObjVer,
FileTitleAndExtension As String
)
public:
virtual void CompareWithPreviousVersionEx(
IntPtr ParentWindow,
ObjVer^ ObjVer,
String^ FileTitleAndExtension
) sealed
Parameters
- ParentWindow
- Type: SystemIntPtr
- ObjVer
- Type: ObjVer
- FileTitleAndExtension
- Type: SystemString
See Also