webdav portal search view added
This commit is contained in:
parent
839f6cda2b
commit
0ebe24141e
24 changed files with 345 additions and 99 deletions
|
@ -18,7 +18,10 @@ namespace WebsitePanel.WebDavPortal.Models.FileSystem
|
|||
public DateTime LastModified { get; set; }
|
||||
public string LastModifiedFormated { get; set; }
|
||||
public string IconHref { get; set; }
|
||||
|
||||
public string FolderUrlAbsoluteString { get; set; }
|
||||
public string FolderUrlLocalString { get; set; }
|
||||
public string FolderName { get; set; }
|
||||
public string Summary { get; set; }
|
||||
|
||||
public override dynamic this[int index]
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue