Vorheriges Thema: CreateNewContractVersion

Nächstes Thema: Contract Workflow Methods

DeleteContractVersion

Description

This method deletes the specified contract version.

Syntax

ActionInfoCollection DeleteContractVersion (long contractVersionID, bool forceDelete);

Parameters

Name

Type

Description

contractVersionID

long

The ID of the contract version to delete.

forceDelete

bool

Specifies whether to force the deletion.

Return Value

An ActionInfoCollection object, which is a collection of zero or more ActionInfo items with information about the failure or success of the deletion process.

Each ActionInfo item consists of:

Remarks

In case the deletion action fails and the system returns only warning messages, but not errors, it is possible to set the forceDelete argument to true, in order to perform the commit despite the warnings.