Name | Description | |
---|---|---|
![]() ![]() | FileTypeProperty | Reference to the FileType property. |
![]() ![]() | NCloudFilePickerSchema | Schema associated with NCloudFilePicker. |
The following tables list the members exposed by NCloudFilePicker.
Name | Description | |
---|---|---|
![]() ![]() | FileTypeProperty | Reference to the FileType property. |
![]() ![]() | NCloudFilePickerSchema | Schema associated with NCloudFilePicker. |
Name | Description | |
---|---|---|
![]() | FileType | Gets/Sets the file type, files of which are shown in this file picker. |
![]() | Folder | Gets/Sets the current folder shown in this file picker. |
![]() | SelectedFileSystemObject | Gets the currently selected cloud file system object (file or folder) or null if nothing is selected in the grid. |
Name | Description | |
---|---|---|
![]() | CreateFilesView | Creates the files view. |
![]() | OnFileDoubleClick | Called when the user double-clicks a file. Raises the FileDoubleClick event. |
![]() | OnFileSelected | Called when the user selects a file. Raises the FileSelected event. |
![]() | OnFileTypeChanged | Called when the FileType property has changed. |
![]() | PopulateFilesView | Populates the files view with the contents of the given folder. |
Name | Description | |
---|---|---|
![]() | FileDoubleClick | Event raised when the user double-clicks a file. |
![]() | FileSelected | Event raised when the user selects a file. |