IVersionEdit5 Interface

Provides access to members that return information about versions and posting of versions.

Members

Name Description
Method CanPost Returns a boolean if the version can be posted to the reconcile version.
Read-only property CommonAncestorVersion The common ancestor of this version and the reconcile version.
Read-only property ConflictClasses All objects which contain conflicts between the current and reconciled versions.
Read-only property ModifiedClasses All objects modified by the current and reconciled versions.
Method Post Posts the current version to the reconciled version.
Read-only property PreReconcileVersion The version prior to reconciliation.
Method Reconcile Reconciles the current version with a target version.
Method Reconcile2 Reconciles the current version with a target version.
Method Reconcile3 Reconciles the current version with a target version.
Method Reconcile4 Reconciles the current version with a target version.
Read-only property ReconcilePrimeVersion The version that the current version is reconciling against.
Read-only property ReconcileVersion The version that the current version is reconciling against.
Read-only property StartEditingVersion The version prior to any edits.
Method SupportParentPreReconcile Enables or disables support for a Parent pre-Reconcile State to be created during Reconcile.

IVersionEdit5.ReconcilePrimeVersion Property

The version that the current version is reconciling against.

Public ReadOnly Property ReconcilePrimeVersion As IVersion
public IVersion ReconcilePrimeVersion {get;}

IVersionEdit5.SupportParentPreReconcile Method

Enables or disables support for a Parent pre-Reconcile State to be created during Reconcile.

Public Sub SupportParentPreReconcile ( _
    ByVal enableReconcile As Boolean _
)
public void SupportParentPreReconcile (
    bool enableReconcile
);

Inherited Interfaces

Interfaces Description
IVersionEdit4 Provides access to members that return information about versions and posting of versions.
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.

Classes that implement IVersionEdit5

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.