Gets or sets value indicating whether to display denied files in the folder pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ShowAllowedItemsOnly As Boolean
public bool ShowAllowedItemsOnly { get; set; }
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.
This property makes sense if at least one limitation is specified via the Restrictions properties.