fix File Update API to update the file size and image dimensions

This commit is contained in:
Shaun Walker
2022-10-27 09:38:26 -04:00
parent 54b45943db
commit 40ddbbfbb7
2 changed files with 14 additions and 3 deletions

View File

@ -16,7 +16,7 @@ namespace Oqtane.Models
public ResourceType ResourceType { get; set; }
/// <summary>
/// Path to the resources.
/// Path to the resource (note that querytring parameters can be included for cache busting ie. ?v=#)
/// </summary>
public string Url
{