ArcFM Responder Mobile Developer Guide
ReconcileVersion Method (IMMAdvancedReconcile)






Syntax
'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, _
   ByVal AcquireLock As System.Boolean, _
   ByVal AbortIfConflicts As System.Boolean, _
   ByVal ChildWins As System.Boolean, _
   ByVal ColumnLevel As System.Boolean _
) As System.Integer
'Usage
 
Dim instance As IMMAdvancedReconcile
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim SourceVer As System.String
Dim TargetVer As System.String
Dim UseConflictsWindow As System.Boolean
Dim AcquireLock As System.Boolean
Dim AbortIfConflicts As System.Boolean
Dim ChildWins As System.Boolean
Dim ColumnLevel As System.Boolean
Dim value As System.Integer
 
value = instance.ReconcileVersion(Workspace, SourceVer, TargetVer, UseConflictsWindow, AcquireLock, AbortIfConflicts, ChildWins, ColumnLevel)
System.int ReconcileVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   System.string SourceVer,
   System.string TargetVer,
   System.bool UseConflictsWindow,
   System.bool AcquireLock,
   System.bool AbortIfConflicts,
   System.bool ChildWins,
   System.bool ColumnLevel
)
function ReconcileVersion( 
    Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    SourceVer: System.String;
    TargetVer: System.String;
    UseConflictsWindow: System.Boolean;
    AcquireLock: System.Boolean;
    AbortIfConflicts: System.Boolean;
    ChildWins: System.Boolean;
    ColumnLevel: System.Boolean
): System.Integer; 
function ReconcileVersion( 
   Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   SourceVer : System.String,
   TargetVer : System.String,
   UseConflictsWindow : System.boolean,
   AcquireLock : System.boolean,
   AbortIfConflicts : System.boolean,
   ChildWins : System.boolean,
   ColumnLevel : System.boolean
) : System.int;
System.int ReconcileVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace,
   System.string* SourceVer,
   System.string* TargetVer,
   System.bool UseConflictsWindow,
   System.bool AcquireLock,
   System.bool AbortIfConflicts,
   System.bool ChildWins,
   System.bool ColumnLevel
) 
System.int ReconcileVersion( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace,
   System.String^ SourceVer,
   System.String^ TargetVer,
   System.bool UseConflictsWindow,
   System.bool AcquireLock,
   System.bool AbortIfConflicts,
   System.bool ChildWins,
   System.bool ColumnLevel
) 

Parameters

Workspace
SourceVer
TargetVer
UseConflictsWindow
AcquireLock
AbortIfConflicts
ChildWins
ColumnLevel
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

IMMAdvancedReconcile Interface
IMMAdvancedReconcile Members

Send Feedback