Specifies possible values for layouts of Image Uploader panes.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Enumeration PaneLayout
public enum PaneLayout
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. |