remove IDeletable fields from Folder and File entities as they are never set and not used

This commit is contained in:
Shaun Walker
2022-10-26 17:42:26 -04:00
parent fe97a76d00
commit 54b45943db
3 changed files with 35 additions and 16 deletions

View File

@ -55,14 +55,6 @@ namespace Oqtane.Models
/// </summary>
public string Description { get; set; }
#region IDeletable Properties
public string DeletedBy { get; set; }
public DateTime? DeletedOn { get; set; }
public bool IsDeleted { get; set; }
#endregion
/// <summary>
/// Object reference to the <see cref="Folder"/> object.
/// Use this if you need to determine what <see cref="Site"/> the file belongs to.