This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEdit Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that return information about versions and posting of versions. Note: the IVersionEdit interface has been superseded byIVersionEdit4. Please consider using the more recent version.
The IVersionEdit interface is used to reconcile a version with a target version. Once reconciled, the object provides the ability to work with representations of the version prior to start editing, the pre-reconcile version, the reconcile version, and the common ancestor version for conflict resolution.
Description | ||
---|---|---|
CanPost | Returns a boolean if the version can be posted to the reconcile version. | |
CommonAncestorVersion | The common ancestor of this version and the reconcile version. | |
ConflictClasses | All objects which contain conflicts between the current and reconciled versions. | |
ModifiedClasses | All objects modified by the current and reconciled versions. | |
Post | Posts the current version to the reconcilled version. | |
PreReconcileVersion | The version prior to reconciliation. | |
Reconcile | Reconciles the current version with a target version. | |
ReconcileVersion | The version that the current version is reconciling against. | |
StartEditingVersion | The version prior to any edits. |
CoClasses and Classes | Description |
---|---|
VersionedWorkspace | VersionedWorkspace Object. |