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

StatusPane.FilesUploadedText Property

Gets or sets the caption of the Files complete label.

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

Syntax

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

Property Value

Type: System.String

The caption of the Files complete label.

To be able to display additional information in this label, special placeholders are used:

{0}
replaced by the currently uploaded file number.
{1}
replaced by the total number of files to be uploaded.

Default value is "Files complete: {0} / {1}".

See Also

Reference