Aurigma Image Uploader 6.5 Dual
ImageUploader..::.LoadingFilesText Property
Text on the folder pane 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 LoadingFilesText As String
C#
public string LoadingFilesText { get; set; }
Property Value
A string value that specifies a text on the folder pane which is displayed while Image Uploader scans the folder content and builds the file list.
Default value is "Loading files...".
Remarks
This property corresponds to LoadingFilesText client-side property.