Gets or sets a value indicating whether the button which shows the Open File dialog is enabled.
public function getEnableAddingFiles() {
}
public function setEnableAddingFiles($value) {
}
Type: boolean
If true
, a user can add files to the Upload Pane. Otherwise, files cannot be added.
Default value is true.