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

ImageUploader.UploadView Property

View mode for the upload pane.

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

Syntax

Visual Basic
Public Property UploadView As View
C#
public View UploadView { get; set; }

Property Value

The View enumeration member that specifies a view mode for the upload pane.

Default value is Thumbnails.

Remarks

This property corresponds to UploadView client-side property.

See Also

Reference