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

StatusPane.DataUploadedText Property

Gets or sets the caption of the Data uploaded label.

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

Syntax

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

Property Value

Type: System.String

The caption of the Data uploaded label.

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

{0}
replaced by the currently uploaded amount of data.
{1}
replaced by the total amount of data to be uploaded.

Default value is "Data uploaded: {0} / {1}".

See Also

Reference