ArcFM Responder Mobile Developer Guide
GetAllDifferencesInSource Method (IMMVersioningUtils)






Syntax
'Declaration
 
Function GetAllDifferencesInSource( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal bstrSourceVersion As System.String, _
   ByVal bstrTargetVersion As System.String, _
   ByVal bIncludeNonPostable As System.Boolean, _
   ByVal bConflictsOnly As System.Boolean, _
   Optional ByVal bstrTableName As System.String _
) As ID8List
'Usage
 
Dim instance As IMMVersioningUtils
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim bstrSourceVersion As System.String
Dim bstrTargetVersion As System.String
Dim bIncludeNonPostable As System.Boolean
Dim bConflictsOnly As System.Boolean
Dim bstrTableName As System.String
Dim value As ID8List
 
value = instance.GetAllDifferencesInSource(pWorkspace, bstrSourceVersion, bstrTargetVersion, bIncludeNonPostable, bConflictsOnly, bstrTableName)
ID8List GetAllDifferencesInSource( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   System.string bstrSourceVersion,
   System.string bstrTargetVersion,
   System.bool bIncludeNonPostable,
   System.bool bConflictsOnly,
   System.string bstrTableName
)
function GetAllDifferencesInSource( 
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    bstrSourceVersion: System.String;
    bstrTargetVersion: System.String;
    bIncludeNonPostable: System.Boolean;
    bConflictsOnly: System.Boolean;
    bstrTableName: System.String
): ID8List; 
function GetAllDifferencesInSource( 
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   bstrSourceVersion : System.String,
   bstrTargetVersion : System.String,
   bIncludeNonPostable : System.boolean,
   bConflictsOnly : System.boolean,
   bstrTableName : System.String
) : ID8List;
ID8List* GetAllDifferencesInSource( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace,
   System.string* bstrSourceVersion,
   System.string* bstrTargetVersion,
   System.bool bIncludeNonPostable,
   System.bool bConflictsOnly,
   System.string* bstrTableName
) 
ID8List^ GetAllDifferencesInSource( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace,
   System.String^ bstrSourceVersion,
   System.String^ bstrTargetVersion,
   System.bool bIncludeNonPostable,
   System.bool bConflictsOnly,
   System.String^ bstrTableName
) 

Parameters

pWorkspace
bstrSourceVersion
bstrTargetVersion
bIncludeNonPostable
bConflictsOnly
bstrTableName
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