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

ImageUploader.ShowFileNames Property

Switch that specifies whether to display filenames in the folder and upload pane.

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

Syntax

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

Property Value

A boolean value (true or false). If true, filenames are visible, otherwise they are hidden.

Default value is true.

Remarks

This property corresponds to ShowFileNames client-side property.

See Also

Reference