This documentation is for the old version. Go to the latest Upload Suite docs

Messages.FilesNotAdded Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the message displayed when a user tries to add files and some of them were not added because of restrictions.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property FilesNotAdded As String
C#
public string FilesNotAdded { get; set; }

Property Value

Type: System.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:

[count]
replaced by the number of files which were not added.

Default value is "[count] files were not added due to restrictions.".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference