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)
Public Property SilentMode As Boolean
public bool SilentMode { get; set; }
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).