webdav portal owa edit fixes
This commit is contained in:
parent
aedc7ec08e
commit
9edf1f8d93
13 changed files with 133 additions and 21 deletions
|
@ -5,8 +5,8 @@ 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);
|
||||
CobaltFile Get(string filePath);
|
||||
bool Add(string filePath, CobaltFile file);
|
||||
bool Delete(string filePath);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue