Folder and file management service
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user