WebDav explorer [Beta]
This commit is contained in:
parent
6c6b4b29a5
commit
3396e34c8e
27 changed files with 2119 additions and 1713 deletions
|
@ -73,11 +73,13 @@ namespace WebsitePanel.WebDav.Core
|
|||
public Uri Href
|
||||
{
|
||||
get { return _href; }
|
||||
set { SetHref(value.ToString(), new Uri(value.Scheme + "://" + value.Host + value.Segments[0] + value.Segments[1])); }
|
||||
}
|
||||
|
||||
public ItemType ItemType
|
||||
{
|
||||
get { return _itemType; }
|
||||
set { SetItemType(value); }
|
||||
}
|
||||
|
||||
public DateTime LastModified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue