IVersionEdit5 Interface
Provides access to members that return information about versions and posting of versions.
Members
Name | 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 reconciled 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. |
![]() |
ReconcilePrimeVersion | The version that the current version is reconciling against. |
![]() |
ReconcileVersion | The version that the current version is reconciling against. |
![]() |
StartEditingVersion | The version prior to any edits. |
![]() |
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 |
---|