ISchemaManagerVersionsLimit Property Ingeniux CMS Content Store API

Gets and sets the settings for the number of schema versions the CMS keeps. If the limit is reached, the oldest previous versions of a schema are removed when a new version is saved.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

int VersionsLimit { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
InvalidOperationExceptionWhen the operating user of the UserWriteSession is not an administrator.
Remarks

By default, the CMS stores 10 version of a schema. When set to 0, the CMS allows unlimited schema versions and does not autotomatically archive any previous versions.

See Also

Reference