ISchemaManagerVersionsLimit Property
|
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: 10.3.169
Syntax int VersionsLimit { get; set; }
Property VersionsLimit As Integer
Get
Set
property int VersionsLimit {
int get ();
void set (int value);
}
abstract VersionsLimit : int with get, set
Property Value
Type:
Int32Exceptions 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