Gets or sets the message displayed when a user tries to add files and some of them were not added because of restrictions.
public function getFilesNotAdded() { } public function setFilesNotAdded($value) { }
Type: string
The message which states that a user tries to add files and some of them were not added because of restrictions. It can contain the following placeholder:
Default value is "[count] files were not added due to restrictions.".
This property is necessary for localization of Image Uploader.