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

Uploader.LoadingFolderContentText Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a text which is displayed while Image Uploader scans the folder content and builds the file list.

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

Syntax

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

Property Value

Type: System.String

The text which is displayed while Image Uploader scans the folder content and builds the file list.

Default value is "Loading content...".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference