com.esri.arcgis.geodatabase
Interface IVersionedWorkspace3

All Superinterfaces:
IVersionedWorkspace, IVersionedWorkspace2, Serializable
All Known Implementing Classes:
IVersionedWorkspace3Proxy, VersionedWorkspace

public interface IVersionedWorkspace3
extends IVersionedWorkspace2, Serializable

Provides access to members that manage versions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IEnumBSTR getRecommendedSyncOrder()
          An ordered list of replicas that need to be synchronized in order to optimize reconciliation against the default version.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace2
getRecommendedReconcileOrder
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace
compress, findVersion, getDefaultVersion, getVersions
 

Method Detail

getRecommendedSyncOrder

IEnumBSTR getRecommendedSyncOrder()
                                  throws IOException,
                                         AutomationException
An ordered list of replicas that need to be synchronized in order to optimize reconciliation against the default version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.