Version control parameters

Version control (or versioning) refers to the ability of TEXTML Server to keep multiple previous versions of documents. The parameters in the <VersionControl> element enable and disable version control and set the default options.

For more information on version control, see the TEXTML Server SDK Programmer's Guide.

Table 1. Docbase version control parameters
Parameter name Default value Description
Enabled True If True, enables document versioning.
DefaultBehaviorOnSet ReplaceCurrent Version Defines the default versioning behavior when documents are added to the docbase. Possible values are ReplaceCurrentVersion or CreateNewVersion.
MaxNumberOf PreviousVersions 65535

Specifies the maximum number of previous versions of any given document that can be kept in TEXTML Server.

LimitReached Reject Specifies what happens when the MaxNumberOfPreviousVersions value is reached. Possible values are: Reject; DeleteOldest.