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

Uploader.EnableFileViewer Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether to open the file in associated viewer software when it is double-clicked.

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

Syntax

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

Property Value

Type: System.Boolean

If true, the file is opened in the external file viewer by double-clicking. Otherwise, double-click causes nothing.

Default value is true.

Remarks

If subfolders are shown (FolderProcessingMode is Show or Upload) double-clicking subfolders navigates to them regardless of the EnableFileViewer value.

See Also

Reference