Aurigma Image Uploader 6.5 Dual
ImageUploader..::.MessageUploadCompleteText Property
Text of the message box which notifies that the upload is successfully finished.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property MessageUploadCompleteText As String
C#
public string MessageUploadCompleteText { get; set; }
Property Value
A string value that specifies a text of the message box which notifies that the upload is successfully finished. To disable this message, set it to an empty string.
Default value is "Upload complete.".
Remarks
This property corresponds to MessageUploadCompleteText client-side property.