ArcFM Responder Mobile Developer Guide
GetAllDifferences Method (IMMVersioningUtils)






Syntax
'Declaration
 
Function GetAllDifferences( _
   ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal SourceVer As System.String, _
   ByVal TargetVer As System.String, _
   ByVal IncludeNonPostable As System.Boolean, _
   ByVal ConflictsOnly As System.Boolean, _
   Optional ByVal TableName As System.String _
) As ID8List
'Usage
 
Dim instance As IMMVersioningUtils
Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim SourceVer As System.String
Dim TargetVer As System.String
Dim IncludeNonPostable As System.Boolean
Dim ConflictsOnly As System.Boolean
Dim TableName As System.String
Dim value As ID8List
 
value = instance.GetAllDifferences(Workspace, SourceVer, TargetVer, IncludeNonPostable, ConflictsOnly, TableName)
ID8List GetAllDifferences( 
   ESRI.ArcGIS.Geodatabase.IWorkspace Workspace,
   System.string SourceVer,
   System.string TargetVer,
   System.bool IncludeNonPostable,
   System.bool ConflictsOnly,
   System.string TableName
)
function GetAllDifferences( 
    Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    SourceVer: System.String;
    TargetVer: System.String;
    IncludeNonPostable: System.Boolean;
    ConflictsOnly: System.Boolean;
    TableName: System.String
): ID8List; 
function GetAllDifferences( 
   Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   SourceVer : System.String,
   TargetVer : System.String,
   IncludeNonPostable : System.boolean,
   ConflictsOnly : System.boolean,
   TableName : System.String
) : ID8List;
ID8List* GetAllDifferences( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace,
   System.string* SourceVer,
   System.string* TargetVer,
   System.bool IncludeNonPostable,
   System.bool ConflictsOnly,
   System.string* TableName
) 
ID8List^ GetAllDifferences( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace,
   System.String^ SourceVer,
   System.String^ TargetVer,
   System.bool IncludeNonPostable,
   System.bool ConflictsOnly,
   System.String^ TableName
) 

Parameters

Workspace
SourceVer
TargetVer
IncludeNonPostable
ConflictsOnly
TableName
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

IMMVersioningUtils Interface
IMMVersioningUtils Members

Send Feedback