IStorageQuotaMaxVersionStorage Property
|
Gets/sets the maximum total storage limit for all previous versions. When total storage is over this limit,
the oldest versions will be removed until the limit is met again.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax double MaxVersionStorage { get; set; }
Property MaxVersionStorage As Double
Get
Set
property double MaxVersionStorage {
double get ();
void set (double value);
}
abstract MaxVersionStorage : float with get, set
Property Value
Type:
DoubleSee Also