Aurigma ActiveX/Java Uploader 8.0.33
FolderPane.ShowAllowedItemsOnly Property
Gets or sets value indicating whether to display denied files in the folder pane.
Syntax
PHP
public function getShowAllowedItemsOnly() {
}
public function setShowAllowedItemsOnly($value) {
}
Property Value
Type: boolean
If true, the folder pane shows only those files which meet the specified Restrictions; otherwise, all the files are visible.
Default value is true.
Remarks
This property makes sense if at least one limitation is specified via the Restrictions properties.