Maximum allowable size of the images directory, in MB, in the Image Browser.
| C# |
public int MaxDirectorySizeInMB { get; set; }
This property controls the maximum number of bytes of all
uploaded files. Once this size has been reached the Upload
button is disabled.
The default is 10. The minimum is 1. the maximum is 1024.