Aurigma Image Uploader 6.5 Dual
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. |
|
| 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. |
|
| 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. |