Folder and file management service

This commit is contained in:
Shaun Walker
2020-02-11 14:25:38 -05:00
parent ee682516c3
commit 6a92c9f764
45 changed files with 1075 additions and 421 deletions

View File

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