webdav portal root quote added
This commit is contained in:
parent
6bf818f1d8
commit
6dc1d0c259
8 changed files with 35 additions and 10 deletions
|
@ -12,11 +12,14 @@ namespace WebsitePanel.WebDavPortal.Models.FileSystem
|
|||
public bool IsTargetBlank { get; set; }
|
||||
public bool IsFolder { get; set; }
|
||||
public long Size { get; set; }
|
||||
public bool IsRoot { get; set; }
|
||||
public long Quota { get; set; }
|
||||
public string Type { get; set; }
|
||||
public DateTime LastModified { get; set; }
|
||||
public string LastModifiedFormated { get; set; }
|
||||
public string IconHref { get; set; }
|
||||
|
||||
|
||||
public override dynamic this[int index]
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue