ManageDocuments.razorVersion:
1.0.0
Dependencies
Services:AdminSettingsService, UserService, SermonCollectionService, GroupService, DocumentStorageService, Snackbar
Variables
Lifecycle Methods
Runtime Methods
ClearAsync()
Clears the selected files from the upload box.OpenFilePickerAsync()
Opens the local computer’s file picker.OnInputFileChanged(InputFileChangeEventArgs)
Sets _fileNames and _filesToUpload when selected files change.
Upload()
Opens a read stream for each file in_filesToUpload and calls DocumentStorageService.UploadBlobAsync to upload them to Azure Storage in the container associated with _uploadCollection.
SetDragClass()
Sets_dragClass to include a border.
ClearDragClass()
Sets_dragClass to default.
