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

StatusPane.NoFilesToUploadText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text on the status pane which is displayed when the upload pane is empty.

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

Syntax

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

Property Value

Type: System.String

The text stating that the upload pane is empty.

Default value is "No files to upload".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference