renvoyer le type mime du fichier reçu

This commit is contained in:
Paul Schneider 2017-10-22 13:07:35 +02:00
commit 95dbdb48ac
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ namespace Yavsc.Models.FileSystem
{
public class FileRecievedInfo
{
public bool Success { get; set; }
public string MimeType { get; set; }
public string DestDir { get; set; }
public string FileName { get; set; }
public bool Overriden { get; set; }