added image preview to the file manager component
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Oqtane.Models
|
||||
{
|
||||
@ -21,23 +20,5 @@ namespace Oqtane.Models
|
||||
public string DeletedBy { get; set; }
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public string TenantRootPath
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Tenants/" + TenantId.ToString() + "/";
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public string SiteRootPath
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Tenants/" + TenantId.ToString() + "/Sites/" + SiteId.ToString() + "/";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user