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

PaneLayout Enumeration

Specifies possible values for layouts of Image Uploader panes.

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

Syntax

Visual Basic
Public Enumeration PaneLayout
C#
public enum PaneLayout

Members

Member name Description
OnePane

Single upload list. You can drag-n-drop the necessary files from the Windows Explorer to this list. Also you can add files and folder using Add Files and Add Folders buttons respectively.

ThreePanes

Folders tree + folder view + upload list. Drag-n-drop the necessary files from the folder view or Windows Explorer to the upload list. Also you can use special buttons to do this.

TwoPanes

Folders tree + folder view (a list of the files in the selected folder). Each file has a checkbox which you need to check to select this file for upload.

See Also

Reference

Manual