ArcFM Solution Developer Guide
ReconcileVersion Method (MMVersioningUtilsClass)


Syntax
'Declaration
 
Public Overridable Function ReconcileVersion( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal SourceVer As System.String, _
   ByVal TargetVer As System.String, _
   ByVal UseConflictsWindow As System.Boolean _
) As System.Integer
'Usage
 
Dim instance As MMVersioningUtilsClass
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim SourceVer As System.String
Dim TargetVer As System.String
Dim UseConflictsWindow As System.Boolean
Dim value As System.Integer
 
value = instance.ReconcileVersion(Workspace, SourceVer, TargetVer, UseConflictsWindow)
public virtual System.int ReconcileVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   System.string SourceVer,
   System.string TargetVer,
   System.bool UseConflictsWindow
)

Parameters

Workspace
SourceVer
TargetVer
UseConflictsWindow
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMVersioningUtilsClass Class
MMVersioningUtilsClass Members

 

 


Send Comment