Gets or sets a value indicating whether to open the file in associated viewer software when it is double-clicked.
public function getEnableFileViewer() { } public function setEnableFileViewer($value) { }
Type: boolean
If true
, the file is opened in the external file viewer by double-clicking. Otherwise, double-click causes nothing.
Default value is true.
If subfolders are shown (FolderProcessingMode is show
or upload
) double-clicking subfolders navigates
to them regardless of the EnableFileViewer value.