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
Property Value
Type: Int32Exceptions
Exception | Condition |
---|---|
InvalidOperationException | When 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