IStorageQuotaMaxFileSize Property
|
Gets/sets the maximum size for Asset file. File over this size cannot be stored in Asset system for this Asset type.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax double MaxFileSize { get; set; }
Property MaxFileSize As Double
Get
Set
property double MaxFileSize {
double get ();
void set (double value);
}
abstract MaxFileSize : float with get, set
Property Value
Type:
DoubleSee Also