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

AddFilesProgressDialog.TotalFilesText Property

Supported browsers: FirefoxGoogle ChromeSafari

Get or sets a text of the label which displays a total number of processed files.

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

Syntax

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

Property Value

Type: System.String

The text of the Already processed files label. It can contain the following placeholder:

[count]
replaced by the total number of processed files.

Default value is "already processed files: [count]".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference