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

ImageUploader.MegabytesText Property

Text for the megabytes unit in the progress dialog.

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

Syntax

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

Property Value

A string value that specifies a text for the megabytes unit in the progress dialog. As this string is inserted at the end of the sentence, you should specify it without capitalization.

Default value is "megabytes".

Remarks

This property corresponds to MegabytesText client-side property.

See Also

Reference