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

ImageUploader.SilentMode Property

Switch that specifies whether to hide Image Uploader progress bar and all the messages during the upload.

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

Syntax

Visual Basic
Public Property SilentMode As Boolean
C#
public bool SilentMode { get; set; }

Property Value

A boolean value (true or false). If true, the progress dialog and messages are not displayed, and the only way to show the progress bar and error messages is to implement it yourself. Otherwise Image Uploader displays the standard progress dialog and error messages.

Default value is false (progress window is visible).

Remarks

This property corresponds to SilentMode client-side property.

See Also

Reference