Gets or sets a value indicating whether the upload pane should be displayed.
public function getEnableUploadPane() {
}
public function setEnableUploadPane($value) {
}
Type: boolean
If true, the upload pane is displayed in ThreePanes layout; otherwise, it is hidden.
Default value is true.
This property makes sense in ThreePanes layout only.