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

FolderPane.Height Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a height of the folder pane.

Syntax

PHP
public function getHeight() {
}

public function setHeight($value) {
}

Property Value

Type: integer

The height of the folder pane. If you want to hide the folder pane, set this property to 0; by setting this property equal to Height you can hide the upload pane.

Default value is 300.

See Also

Reference