ArcFM Responder Mobile Developer Guide
GetAllDifferencesInSource Method (MMVersioningUtilsClass)






Syntax
'Declaration
 
Public Overridable 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 MMVersioningUtilsClass
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)
public virtual ID8List GetAllDifferencesInSource( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   System.string bstrSourceVersion,
   System.string bstrTargetVersion,
   System.bool bIncludeNonPostable,
   System.bool bConflictsOnly,
   System.string bstrTableName
)
public function GetAllDifferencesInSource( 
    pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
    bstrSourceVersion: System.String;
    bstrTargetVersion: System.String;
    bIncludeNonPostable: System.Boolean;
    bConflictsOnly: System.Boolean;
    bstrTableName: System.String
): ID8List; virtual; 
public function GetAllDifferencesInSource( 
   pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace,
   bstrSourceVersion : System.String,
   bstrTargetVersion : System.String,
   bIncludeNonPostable : System.boolean,
   bConflictsOnly : System.boolean,
   bstrTableName : System.String
) : ID8List;
public: virtual ID8List* GetAllDifferencesInSource( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace,
   System.string* bstrSourceVersion,
   System.string* bstrTargetVersion,
   System.bool bIncludeNonPostable,
   System.bool bConflictsOnly,
   System.string* bstrTableName
) 
public:
virtual 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

MMVersioningUtilsClass Class
MMVersioningUtilsClass Members

Send Feedback