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