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

FolderPane.ShowAllowedItemsOnly Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets value indicating whether to display denied files in the folder pane.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ShowAllowedItemsOnly As Boolean
C#
public bool ShowAllowedItemsOnly { get; set; }

Property Value

Type: System.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.

See Also

Reference

Manual