webdav portal owa editing alpha
This commit is contained in:
parent
7aa68cd775
commit
aedc7ec08e
33 changed files with 969 additions and 153 deletions
|
@ -0,0 +1,12 @@
|
|||
using Cobalt;
|
||||
|
||||
namespace WebsitePanel.WebDav.Core.Interfaces.Owa
|
||||
{
|
||||
public interface IWopiFileManager
|
||||
{
|
||||
CobaltFile Create(int accessTokenId);
|
||||
CobaltFile Get(int accessTokenId);
|
||||
bool Add(int accessTokenId, CobaltFile file);
|
||||
bool Delete(int accessTokenId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue