Text of the message box which notifies that the upload is successfully finished.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MessageUploadCompleteText As String
public string MessageUploadCompleteText { get; set; }
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.".