webdav portal owa editing alpha
This commit is contained in:
parent
7aa68cd775
commit
aedc7ec08e
33 changed files with 969 additions and 153 deletions
|
@ -28,9 +28,17 @@ namespace WebsitePanel.WebDav.Core.Owa
|
|||
var cFileInfo = new CheckFileInfo
|
||||
{
|
||||
BaseFileName = resource.DisplayName,
|
||||
OwnerId = @"4257508bfe174aa28b461536d8b6b648",
|
||||
OwnerId = @"4257508bfe174aa28b461536d8b6b648",// WspContext.User.Login,
|
||||
Size = resource.ContentLength,
|
||||
Version = @"%22%7B59CCD75F%2D0687%2D4F86%2DBBCF%2D059126640640%7D%2C1%22"
|
||||
Version = DateTime.Now.ToString("s"),
|
||||
SupportsCoauth = false,
|
||||
SupportsCobalt = true,
|
||||
SupportsFolders = true,
|
||||
SupportsLocks = false,
|
||||
SupportsScenarioLinks = false,
|
||||
SupportsSecureStore = false,
|
||||
SupportsUpdate = true,
|
||||
UserCanWrite = true
|
||||
};
|
||||
|
||||
return cFileInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue