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.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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 that implement IVersionEdit
CoClasses and Classes | Description |
---|---|
VersionedWorkspace | VersionedWorkspace Object. |