webdav portal edit fix
This commit is contained in:
parent
0509b5ff1c
commit
5795ffb0bc
4 changed files with 19 additions and 31 deletions
|
@ -31,10 +31,10 @@ namespace WebsitePanel.WebDav.Core.Owa
|
|||
OwnerId = WspContext.User.Login,
|
||||
Size = resource.ContentLength,
|
||||
Version = DateTime.Now.ToString("s"),
|
||||
SupportsCoauth = false,
|
||||
SupportsCoauth = true,
|
||||
SupportsCobalt = true,
|
||||
SupportsFolders = true,
|
||||
SupportsLocks = false,
|
||||
SupportsLocks = true,
|
||||
SupportsScenarioLinks = false,
|
||||
SupportsSecureStore = false,
|
||||
SupportsUpdate = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue