webdav portal multiselect + delete ability added
This commit is contained in:
parent
c16a9a6c66
commit
29747087ff
38 changed files with 964 additions and 66 deletions
|
@ -428,6 +428,15 @@ namespace WebsitePanel.WebDav.Core
|
|||
_lastModified = lastModified;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// For internal use only.
|
||||
/// </summary>
|
||||
/// <param name="comment"></param>
|
||||
public void SetItemType(ItemType type)
|
||||
{
|
||||
_itemType = type;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// For internal use only.
|
||||
/// </summary>
|
||||
|
@ -541,6 +550,7 @@ namespace WebsitePanel.WebDav.Core
|
|||
SetHref(item.Href);
|
||||
SetLastModified(item.LastModified);
|
||||
SetProperties(item.Properties);
|
||||
SetItemType(item.ItemType);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue