Provides access to members that return information about versions and posting of versions.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IVersionEdit4 interface is used to reconcile a source version with a target version and optionally not obtain version locks during the process, abort the reconcile process if conflicts are detected, resolve the conflicts in favor of the source version and set the conflict detection granularity to the attribute level as opposed to the row level. 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. | |
Reconcile2 | Reconciles the current version with a target version. | |
Reconcile3 | Reconciles the current version with a target version. | |
Reconcile4 | 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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IVersionEdit3 | Provides access to members that return information about versions and posting of versions. |
IVersionEdit2 | Provides access to members that return information about versions and posting of versions. |
IVersionEdit | Provides access to members that return information about versions and posting of versions. |