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

Messages.UploadCancelled Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a message which states that a user cancelled the upload.

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

Syntax

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

Property Value

Type: System.String

The string stating that a user cancelled the upload. To disable this message, set it to an empty string.

Default value is "Upload is cancelled.".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference