GetFiles and GetFolder by folder path
This commit is contained in:
		| @ -17,5 +17,6 @@ namespace Oqtane.Services | ||||
|         Task<string> UploadFilesAsync(string Folder, string[] Files, string FileUploadName); | ||||
|         Task<byte[]> DownloadFileAsync(int FileId); | ||||
|  | ||||
|         Task<List<File>> GetFilesAsync(int siteId, string folderPath); | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -1,5 +1,6 @@ | ||||
| using Oqtane.Models; | ||||
| using System.Collections.Generic; | ||||
| using System.Diagnostics.CodeAnalysis; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| namespace Oqtane.Services | ||||
| @ -12,5 +13,6 @@ namespace Oqtane.Services | ||||
|         Task<Folder> UpdateFolderAsync(Folder Folder); | ||||
|         Task UpdateFolderOrderAsync(int SiteId, int FolderId, int? ParentId); | ||||
|         Task DeleteFolderAsync(int FolderId); | ||||
|         Task<Folder> GetFolderAsync(int siteId, [NotNull]string folderPath); | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Pavel Vesely
					Pavel Vesely