ArcFM Responder Mobile 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
)
public function ReconcileVersion( 
    Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    SourceVer: System.String;
    TargetVer: System.String;
    UseConflictsWindow: System.Boolean
): System.Integer; virtual; 
public function ReconcileVersion( 
   Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   SourceVer : System.String,
   TargetVer : System.String,
   UseConflictsWindow : System.boolean
) : System.int;
public: virtual System.int ReconcileVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace,
   System.string* SourceVer,
   System.string* TargetVer,
   System.bool 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMVersioningUtilsClass Class
MMVersioningUtilsClass Members

Send Feedback