webdav portal add owa put relative support
This commit is contained in:
parent
a6b57486bd
commit
2968fbb967
16 changed files with 199 additions and 20 deletions
|
@ -0,0 +1,10 @@
|
|||
namespace WebsitePanel.WebDav.Core.Entities.Owa
|
||||
{
|
||||
public class PutRelativeFile
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string HostViewUrl { get; set; }
|
||||
public string HostEditUrl { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue