FilePickerMode
#include <bb/cascades/pickers/FilePickerMode>
To link against this class, add the following line to your .pro file: LIBS += -lbbcascadespickers
Defines whether the FilePicker is used for picking single or multiple files or selecting a destination for saving one or more files.
Public Types Index
enum TypePicker = 0, Saver =1, PickerMultiple = 2, SaverMultiple = 3 |
Public Types
The modes associated with FilePicker.
BlackBerry 10.0.0
- Picker = 0
This mode allows the application to select a file for a specific task, for example, attaching a file to an email or selecting a profile picture.
Since:BlackBerry 10.0.0
- Saver =1
This mode allows the application to select a location for saving a file, for example, saving an email attachment or saving a modified document.
Since:BlackBerry 10.0.0
- PickerMultiple = 2
This mode allows the application to select multiple files for a specific task, for example, attaching files to an email.
Since:BlackBerry 10.0.0
- SaverMultiple = 3
This mode allows the application to select a location to save multiple files.
Since:BlackBerry 10.0.0