Click or drag to resize

IStorageQuota Interface


Represents storage limitation of specific Asset type.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IStorageQuota

The IStorageQuota type exposes the following members.

Properties
  NameDescription
Public propertyMaxFileSize
Gets/sets the maximum size for Asset file. File over this size cannot be stored in Asset system for this Asset type.
Public propertyMaxVersionLimit
Public propertyMaxVersionStorage
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.
Public propertyVersioningType
Top
See Also