Enum SelectionMode
Define the selection mode for control PathSelectionBox.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum SelectionMode
Fields
| Name | Description |
|---|---|
| Folder | Show dialog for selection of a directory. |
| MultiFiles | Show dialog for selection of a multi files. |
| SingleFile | Show dialog for selection of a single file. |