Miner.Interop Namespace > IMMVersioningUtils Interface : ReconcileVersion Method |
'Declaration
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 IMMVersioningUtils 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)
System.int ReconcileVersion( ESRI.ArcGIS.Geodatabase.IWorkspace Workspace, System.string SourceVer, System.string TargetVer, System.bool UseConflictsWindow )
function ReconcileVersion( Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace; SourceVer: System.String; TargetVer: System.String; UseConflictsWindow: System.Boolean ): System.Integer;
function ReconcileVersion( Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace, SourceVer : System.String, TargetVer : System.String, UseConflictsWindow : System.boolean ) : System.int;
System.int ReconcileVersion( ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace, System.string* SourceVer, System.string* TargetVer, System.bool UseConflictsWindow )
System.int ReconcileVersion( ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace, System.String^ SourceVer, System.String^ TargetVer, System.bool UseConflictsWindow )
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