Switch that specifies whether to display filenames in the folder and upload pane.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ShowFileNames As Boolean
public bool ShowFileNames { get; set; }
A boolean value (true
or false
). If true
, filenames are visible, otherwise they are hidden.
Default value is true
.