added image preview to the file manager component

This commit is contained in:
Shaun Walker
2020-02-22 09:56:28 -05:00
parent 74d4b6412e
commit 00914208ba
12 changed files with 164 additions and 88 deletions

View File

@ -9,6 +9,8 @@ namespace Oqtane.Models
public string Name { get; set; }
public string Extension { get; set; }
public int Size { get; set; }
public int ImageHeight { get; set; }
public int ImageWidth { get; set; }
public string CreatedBy { get; set; }
public DateTime CreatedOn { get; set; }