renvoyer le type mime du fichier reçu
This commit is contained in:
parent
e9d7c3b6c1
commit
95dbdb48ac
2 changed files with 4 additions and 4 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue